COLOR #3466CB

HEX: #3466CB RGB: (52,102,203)

Color info

#3466CB contains mainly blue color. Web safe color of #3466CB is #3366CC (or #36C).

RGB color model

#3466CB color RGB value is (52,102,203).

RGB: (52,102,203) (20%, 40%, 80%)

RGB channels and saturation

R 52 of 255 = 20%
G 102 of 255 = 40%
B 203 of 255 = 80%

52
102
203

R + G + B ~ 47%. #3466CB is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 52 + 102 + 203 = 357 (100%)
R 52 of 357 ~ 14.57%
G 102 of 357 ~ 28.57%
B 203 of 357 ~ 56.86'%

%14.57
%28.57
%56.86

CMYK color model

#3466CB color CMYK value is (74,50,0,20).

  • cyan value is 74.38%
  • magenta value is 49.75%
  • yellow value is 0.00%
  • key color value is 20.39%
CMYK: (74,50,0,20) C74M50Y0K20 (74%,50%,0%,20%) (0.74/0.50/0.00/0.20) 

CMYK percentages

%74.38
%49.75
%0
%20.39

Codes

Color #3466CB in popluar color models

34 66 CB
RGB 52 102 203
HSL 220° 59.22% 50.00%
HSB/HSV 220° 74.38% 79.61%
CMYK 74.38% 49.75% 0.00%
20.39%

Color #3466CB in popluar number systems.

HEX 34 66 CB
Decimal 52 102 203
Binary 110100 1100110 11001011
Octal 64 146 313

Shades and tints

Shades of #3466CB

#3466CB
(52,102,203)
#305DB9
(48,93,185)
#2C54A7
(44,84,167)
#284B95
(40,75,149)
#244283
(36,66,131)
#203971
(32,57,113)
#1C305F
(28,48,95)
#18274D
(24,39,77)
#141E3B
(20,30,59)
#101529
(16,21,41)
#0C0C17
(12,12,23)
#000000
(0,0,0)

Tints of #3466CB

#3466CB
(52,102,203)
#4673CF
(70,115,207)
#5880D3
(88,128,211)
#6A8DD7
(106,141,215)
#7C9ADB
(124,154,219)
#8EA7DF
(142,167,223)
#A0B4E3
(160,180,227)
#B2C1E7
(178,193,231)
#C4CEEB
(196,206,235)
#D6DBEF
(214,219,239)
#E8E8F3
(232,232,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #3466CB color. Also use rgb(52,102,203) instead hex code.

Text Font Color

.myTextColor { color: #3466CB; }

<p style="color:#3466CB">This sample text font color is #3466CB.</p>

This text font color is #3466CB.

Background Color

.myBgColor { background-color: #3466CB; }

<div style="background-color:#3466CB">Inner text</div>

This div background color is #3466CB.

Border color

.myBorderColor { border: 1px solid #3466CB; }

<div style="border:3px solid #3466CB">Div</div>

This div border color is #3466CB.

Opacity

.myOpacity80 { color: #3466CB; opacity: 0.8; }

<p style="color:#3466CB;opacity:0.8;">80%</p>

Text with #3466CB color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.
Background with opacity value 80%.
Background with opacity value 50%.
Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #3466CB;}

<p style="text-shadow: 3px 3px 1px #3466CB">Text here.</p>

This text has shadow with #3466CB color.


.textShadow {text-shadow: 3px 3px 1px #3466CB', 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #3466CB, 5px 5px 20px red">Text here.</p>

This text has shadow with #3466CB primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#3466CB, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#3466CB, Direction=45, Strength=4)">Text</p>

This text has shadow with #3466CB and red colors in old Internet Explorer.

Div box shadow color

/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #3466CB;
-webkit-box-shadow: 1px 1px 3px 2px #3466CB;
box-shadow: 1px 1px 3px 2px #3466CB;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #3466CB; -webkit-box-shadow: 1px 1px 3px 2px #3466CB; box-shadow:1px 1px 3px 2px #3466CB;">
Div content here
</div>

This div box has shadow with color #3466CB.

Preview

Color preview on black background

This text has color #3466CB on black background.


Color preview on white background

This text has color #3466CB on white background.


Black color preview on #3466CB background

This text has black color on #3466CB background.


White color preview on #3466CB background

This text has white color on #3466CB background.


Related colors

Complementary color

Complementary color for #hex is #CB9934.


I love getcolorcode.com

Triadic colors

1 #CB3466 and #66CB34 with #3466CB are triadic colors.

2 #CB6634 and #6634CB with #3466CB are triadic colors.