#3f5cc0

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

Shades of Free Speech Blue #3F5CC0

Tints of Free Speech Blue #3F5CC0

Color information

#3F5CC0 (or 0x3F5CC0) is unknown color: approx Free Speech Blue. HEX triplet: 3F, 5C and C0. RGB value is (63,92,192). Sum of RGB (Red+Green+Blue) = 63+92+192=347 (45% of max value = 765). Red value is 63 (25% from 255 or 18.16% from 347); Green value is 92 (36.33% from 255 or 26.51% from 347); Blue value is 192 (75.39% from 255 or 55.33% from 347); Max value from RGB is 192 - color contains mainly: blue. Hex color #3F5CC0 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3F5CC0 is #C0A33F. Grayscale: #5E5E5E. Windows color (decimal): -12624704 or 12606527. OLE color: 12606527.

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

Color convert

RGB6392192-
CMYK0.670.5200.25
HSL226.51º50.59%50%-
HSV(B)226.51º67.19%75.29%-
XYZ15.3912.5251.47-
YUV94.73182.89105.37-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 18.16%
GREEN value IS 92 (36.33% from 255) = 26.51%
BLUE value IS 192 (75.39% from 255) = 55.33%
R=18.16%
G=26.51%
B=55.33%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal63921920.670.5200.25226.5150.5950
Hex3F5CC04334019e33332
Octal77134300103640313436362
Binary111111101110011000000100001111010001100111100011110011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3f5cc0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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