#3F6AC0

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

Shades of Free Speech Blue #3F6AC0

Tints of Free Speech Blue #3F6AC0

Color information

#3F6AC0 (or 0x3F6AC0) is unknown color: approx Free Speech Blue. HEX triplet: 3F, 6A and C0. RGB value is (63,106,192). Sum of RGB (Red+Green+Blue) = 63+106+192=361 (47% of max value = 765). Red value is 63 (25% from 255 or 17.45% from 361); Green value is 106 (41.80% from 255 or 29.36% from 361); Blue value is 192 (75.39% from 255 or 53.19% from 361); Max value from RGB is 192 - color contains mainly: blue. Hex color #3F6AC0 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3F6AC0 is #C0953F. Grayscale: #666666. Windows color (decimal): -12621120 or 12610111. OLE color: 12610111.

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

Color convert

RGB63106192-
CMYK0.670.4500.25
HSL220º50.59%50%-
HSV(B)220º67.19%75.29%-
XYZ16.7215.1751.92-
YUV102.95178.2599.51-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 17.45%
GREEN value IS 106 (41.80% from 255) = 29.36%
BLUE value IS 192 (75.39% from 255) = 53.19%
R=17.45%
G=29.36%
B=53.19%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal631061920.670.4500.2522050.5950
Hex3F6AC0432D019dc3332
Octal77152300103550313346362
Binary111111110101011000000100001110110101100111011100110011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F6AC0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(63,106,192); }

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

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

 a { background-color: rgb(63,106,192); }

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

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

 span { border-color: rgb(63,106,192); }

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