#3F6CBE

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

Shades of Free Speech Blue #3F6CBE

Tints of Free Speech Blue #3F6CBE

Color information

#3F6CBE (or 0x3F6CBE) is unknown color: approx Free Speech Blue. HEX triplet: 3F, 6C and BE. RGB value is (63,108,190). Sum of RGB (Red+Green+Blue) = 63+108+190=361 (47% of max value = 765). Red value is 63 (25% from 255 or 17.45% from 361); Green value is 108 (42.58% from 255 or 29.92% from 361); Blue value is 190 (74.61% from 255 or 52.63% from 361); Max value from RGB is 190 - color contains mainly: blue. Hex color #3F6CBE is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3F6CBE is #C09341. Grayscale: #676767. Windows color (decimal): -12620610 or 12479551. OLE color: 12479551.

HSL color Cylindrical-coordinate representation of color #3F6CBE: hue angle of 218.74º degrees, saturation: 0.5, 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 #3F6CBE is Cyan = 0.67, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB63108190-
CMYK0.670.4300.25
HSL218.74º50.2%49.61%-
HSV(B)218.74º66.84%74.51%-
XYZ16.7115.550.83-
YUV103.89176.5998.83-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 17.45%
GREEN value IS 108 (42.58% from 255) = 29.92%
BLUE value IS 190 (74.61% from 255) = 52.63%
R=17.45%
G=29.92%
B=52.63%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal631081900.670.4300.25218.7450.249.61
Hex3F6CBE432B019db3232
Octal77154276103530313336262
Binary111111110110010111110100001110101101100111011011110010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F6CBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(63,108,190); }

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

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

 a { background-color: rgb(63,108,190); }

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

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

 span { border-color: rgb(63,108,190); }

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