#3E66BA

Color #3E66BA Free Speech Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Free Speech Blue #3E66BA

Tints of Free Speech Blue #3E66BA

Color information

#3E66BA (or 0x3E66BA) is unknown color: approx Free Speech Blue. HEX triplet: 3E, 66 and BA. RGB value is (62,102,186). Sum of RGB (Red+Green+Blue) = 62+102+186=350 (46% of max value = 765). Red value is 62 (24.61% from 255 or 17.71% from 350); Green value is 102 (40.23% from 255 or 29.14% from 350); Blue value is 186 (73.05% from 255 or 53.14% from 350); Max value from RGB is 186 - color contains mainly: blue. Hex color #3E66BA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3E66BA is #C19945. Grayscale: #636363. Windows color (decimal): -12687686 or 12215870. OLE color: 12215870.

HSL color Cylindrical-coordinate representation of color #3E66BA: hue angle of 220.65º degrees, saturation: 0.5, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #3E66BA is Cyan = 0.67, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB62102186-
CMYK0.670.4500.27
HSL220.65º50%48.63%-
HSV(B)220.65º66.67%72.94%-
XYZ15.614.0748.35-
YUV99.62176.75101.17-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 62 (24.61% from 255) = 17.71%
GREEN value IS 102 (40.23% from 255) = 29.14%
BLUE value IS 186 (73.05% from 255) = 53.14%
R=17.71%
G=29.14%
B=53.14%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal621021860.670.4500.27220.655048.63
Hex3E66BA432D01Bdd3231
Octal76146272103550333356261
Binary111110110011010111010100001110110101101111011101110010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3E66BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3E66BA; }

 p { color: rgb(62,102,186); }

 H1.HeaderClassName
 {
   color: #3E66BA;
 }
 .AnyTagClassName
 {
   color: #3E66BA;
 }
</style>
background-color css

<style>
 a { background-color: #3E66BA; }

 a { background-color: rgb(62,102,186); }

 div.DivClassName
 {
   background-color: #3E66BA;
 }
 .BgClassName
 {
   background-color: #3E66BA;
 }
</style>
border-color css

<style>
 span { border-color: #3E66BA; }

 span { border-color: rgb(62,102,186); }

 td.TdClassName
 {
   border-color: #3E66BA;
 }
 .TagClassName
 {
   border-color: #3E66BA;
 }
</style>