#3f6cc0

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

Shades of Free Speech Blue #3F6CC0

Tints of Free Speech Blue #3F6CC0

Color information

#3F6CC0 (or 0x3F6CC0) is unknown color: approx Free Speech Blue. HEX triplet: 3F, 6C and C0. RGB value is (63,108,192). Sum of RGB (Red+Green+Blue) = 63+108+192=363 (48% of max value = 765). Red value is 63 (25% from 255 or 17.36% from 363); Green value is 108 (42.58% from 255 or 29.75% from 363); Blue value is 192 (75.39% from 255 or 52.89% from 363); Max value from RGB is 192 - color contains mainly: blue. Hex color #3F6CC0 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3F6CC0 is #C0933F. Grayscale: #676767. Windows color (decimal): -12620608 or 12610623. OLE color: 12610623.

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

Color convert

RGB63108192-
CMYK0.670.4400.25
HSL219.07º50.59%50%-
HSV(B)219.07º67.19%75.29%-
XYZ16.9315.5951.99-
YUV104.12177.5998.67-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 17.36%
GREEN value IS 108 (42.58% from 255) = 29.75%
BLUE value IS 192 (75.39% from 255) = 52.89%
R=17.36%
G=29.75%
B=52.89%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal631081920.670.4400.25219.0750.5950
Hex3F6CC0432C019db3332
Octal77154300103540313336362
Binary111111110110011000000100001110110001100111011011110011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3f6cc0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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