#394FB5

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

Shades of Free Speech Blue #394FB5

Tints of Free Speech Blue #394FB5

Color information

#394FB5 (or 0x394FB5) is unknown color: approx Free Speech Blue. HEX triplet: 39, 4F and B5. RGB value is (57,79,181). Sum of RGB (Red+Green+Blue) = 57+79+181=317 (41% of max value = 765). Red value is 57 (22.66% from 255 or 17.98% from 317); Green value is 79 (31.25% from 255 or 24.92% from 317); Blue value is 181 (71.09% from 255 or 57.10% from 317); Max value from RGB is 181 - color contains mainly: blue. Hex color #394FB5 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #394FB5 is #C6B04A. Grayscale: #535353. Windows color (decimal): -13021259 or 11882297. OLE color: 11882297.

HSL color Cylindrical-coordinate representation of color #394FB5: hue angle of 229.35º degrees, saturation: 0.52, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #394FB5 is Cyan = 0.69, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB5779181-
CMYK0.690.5600.29
HSL229.35º52.1%46.67%-
HSV(B)229.35º68.51%70.98%-
XYZ12.829.844.93-
YUV84.05182.71108.71-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 17.98%
GREEN value IS 79 (31.25% from 255) = 24.92%
BLUE value IS 181 (71.09% from 255) = 57.10%
R=17.98%
G=24.92%
B=57.10%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal57791810.690.5600.29229.3552.146.67
Hex394FB5453801De5342f
Octal71117265105700353456457
Binary111001100111110110101100010111100001110111100101110100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #394FB5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #394FB5; }

 p { color: rgb(57,79,181); }

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

<style>
 a { background-color: #394FB5; }

 a { background-color: rgb(57,79,181); }

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

<style>
 span { border-color: #394FB5; }

 span { border-color: rgb(57,79,181); }

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