#394BB5

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

Shades of Free Speech Blue #394BB5

Tints of Free Speech Blue #394BB5

Color information

#394BB5 (or 0x394BB5) is unknown color: approx Free Speech Blue. HEX triplet: 39, 4B and B5. RGB value is (57,75,181). Sum of RGB (Red+Green+Blue) = 57+75+181=313 (41% of max value = 765). Red value is 57 (22.66% from 255 or 18.21% from 313); Green value is 75 (29.69% from 255 or 23.96% from 313); Blue value is 181 (71.09% from 255 or 57.83% from 313); Max value from RGB is 181 - color contains mainly: blue. Hex color #394BB5 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #394BB5 is #C6B44A. Grayscale: #515151. Windows color (decimal): -13022283 or 11881273. OLE color: 11881273.

HSL color Cylindrical-coordinate representation of color #394BB5: hue angle of 231.29º 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 #394BB5 is Cyan = 0.69, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB5775181-
CMYK0.690.5900.29
HSL231.29º52.1%46.67%-
HSV(B)231.29º68.51%70.98%-
XYZ12.549.2444.84-
YUV81.7184.04110.38-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 18.21%
GREEN value IS 75 (29.69% from 255) = 23.96%
BLUE value IS 181 (71.09% from 255) = 57.83%
R=18.21%
G=23.96%
B=57.83%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal57751810.690.5900.29231.2952.146.67
Hex394BB5453B01De7342f
Octal71113265105730353476457
Binary111001100101110110101100010111101101110111100111110100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #394BB5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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