#3F37C9

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

Shades of Free Speech Blue #3F37C9

Tints of Free Speech Blue #3F37C9

Color information

#3F37C9 (or 0x3F37C9) is unknown color: approx Free Speech Blue. HEX triplet: 3F, 37 and C9. RGB value is (63,55,201). Sum of RGB (Red+Green+Blue) = 63+55+201=319 (42% of max value = 765). Red value is 63 (25% from 255 or 19.75% from 319); Green value is 55 (21.88% from 255 or 17.24% from 319); Blue value is 201 (78.91% from 255 or 63.01% from 319); Max value from RGB is 201 - color contains mainly: blue. Hex color #3F37C9 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3F37C9 is #C0C836. Grayscale: #494949. Windows color (decimal): -12634167 or 13186879. OLE color: 13186879.

HSL color Cylindrical-coordinate representation of color #3F37C9: hue angle of 243.29º degrees, saturation: 0.57, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #3F37C9 is Cyan = 0.69, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB6355201-
CMYK0.690.7300.21
HSL243.29º57.48%50.2%-
HSV(B)243.29º72.64%78.82%-
XYZ13.968.0156.07-
YUV74.04199.65120.13-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 19.75%
GREEN value IS 55 (21.88% from 255) = 17.24%
BLUE value IS 201 (78.91% from 255) = 63.01%
R=19.75%
G=17.24%
B=63.01%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal63552010.690.7300.21243.2957.4850.2
Hex3F37C94549015f33932
Octal77673111051110253637162
Binary111111110111110010011000101100100101010111110011111001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F37C9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(63,55,201); }

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

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

 a { background-color: rgb(63,55,201); }

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

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

 span { border-color: rgb(63,55,201); }

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