#3F47B0

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

Shades of Free Speech Blue #3F47B0

Tints of Free Speech Blue #3F47B0

Color information

#3F47B0 (or 0x3F47B0) is unknown color: approx Free Speech Blue. HEX triplet: 3F, 47 and B0. RGB value is (63,71,176). Sum of RGB (Red+Green+Blue) = 63+71+176=310 (41% of max value = 765). Red value is 63 (25% from 255 or 20.32% from 310); Green value is 71 (28.12% from 255 or 22.90% from 310); Blue value is 176 (69.14% from 255 or 56.77% from 310); Max value from RGB is 176 - color contains mainly: blue. Hex color #3F47B0 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3F47B0 is #C0B84F. Grayscale: #505050. Windows color (decimal): -12630096 or 11552575. OLE color: 11552575.

HSL color Cylindrical-coordinate representation of color #3F47B0: hue angle of 235.75º degrees, saturation: 0.47, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #3F47B0 is Cyan = 0.64, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB6371176-
CMYK0.640.6000.31
HSL235.75º47.28%46.86%-
HSV(B)235.75º64.2%69.02%-
XYZ12.148.742.11-
YUV80.58181.85115.46-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 20.32%
GREEN value IS 71 (28.12% from 255) = 22.90%
BLUE value IS 176 (69.14% from 255) = 56.77%
R=20.32%
G=22.90%
B=56.77%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal63711760.640.6000.31235.7547.2846.86
Hex3F47B0403C01Fec2f2f
Octal77107260100740373545757
Binary111111100011110110000100000011110001111111101100101111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F47B0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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