#3947B4

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

Shades of Free Speech Blue #3947B4

Tints of Free Speech Blue #3947B4

Color information

#3947B4 (or 0x3947B4) is unknown color: approx Free Speech Blue. HEX triplet: 39, 47 and B4. RGB value is (57,71,180). Sum of RGB (Red+Green+Blue) = 57+71+180=308 (40% of max value = 765). Red value is 57 (22.66% from 255 or 18.51% from 308); Green value is 71 (28.12% from 255 or 23.05% from 308); Blue value is 180 (70.70% from 255 or 58.44% from 308); Max value from RGB is 180 - color contains mainly: blue. Hex color #3947B4 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3947B4 is #C6B84B. Grayscale: #4E4E4E. Windows color (decimal): -13023308 or 11814713. OLE color: 11814713.

HSL color Cylindrical-coordinate representation of color #3947B4: hue angle of 233.17º degrees, saturation: 0.52, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #3947B4 is Cyan = 0.68, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB5771180-
CMYK0.680.6100.29
HSL233.17º51.9%46.47%-
HSV(B)233.17º68.33%70.59%-
XYZ12.188.6744.21-
YUV79.24184.86112.14-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 18.51%
GREEN value IS 71 (28.12% from 255) = 23.05%
BLUE value IS 180 (70.70% from 255) = 58.44%
R=18.51%
G=23.05%
B=58.44%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal57711800.680.6100.29233.1751.946.47
Hex3947B4443D01De9342e
Octal71107264104750353516456
Binary111001100011110110100100010011110101110111101001110100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3947B4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3947B4; }

 p { color: rgb(57,71,180); }

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

<style>
 a { background-color: #3947B4; }

 a { background-color: rgb(57,71,180); }

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

<style>
 span { border-color: #3947B4; }

 span { border-color: rgb(57,71,180); }

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