#3F47E0

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

Shades of Free Speech Blue #3F47E0

Tints of Free Speech Blue #3F47E0

Color information

#3F47E0 (or 0x3F47E0) is unknown color: approx Free Speech Blue. HEX triplet: 3F, 47 and E0. RGB value is (63,71,224). Sum of RGB (Red+Green+Blue) = 63+71+224=358 (47% of max value = 765). Red value is 63 (25% from 255 or 17.60% from 358); Green value is 71 (28.12% from 255 or 19.83% from 358); Blue value is 224 (87.89% from 255 or 62.57% from 358); Max value from RGB is 224 - color contains mainly: blue. Hex color #3F47E0 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3F47E0 is #C0B81F. Grayscale: #555555. Windows color (decimal): -12630048 or 14698303. OLE color: 14698303.

HSL color Cylindrical-coordinate representation of color #3F47E0: hue angle of 237.02º degrees, saturation: 0.72, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #3F47E0 is Cyan = 0.72, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB6371224-
CMYK0.720.6800.12
HSL237.02º72.2%56.27%-
HSV(B)237.02º71.88%87.84%-
XYZ17.7610.9571.7-
YUV86.05205.85111.56-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 17.60%
GREEN value IS 71 (28.12% from 255) = 19.83%
BLUE value IS 224 (87.89% from 255) = 62.57%
R=17.60%
G=19.83%
B=62.57%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal63712240.720.6800.12237.0272.256.27
Hex3F47E048440Ced4838
Octal7710734011010401435511070
Binary1111111000111111000001001000100010001100111011011001000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F47E0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(63,71,224); }

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

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

 a { background-color: rgb(63,71,224); }

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

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

 span { border-color: rgb(63,71,224); }

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