#394AB6

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

Shades of Free Speech Blue #394AB6

Tints of Free Speech Blue #394AB6

Color information

#394AB6 (or 0x394AB6) is unknown color: approx Free Speech Blue. HEX triplet: 39, 4A and B6. RGB value is (57,74,182). Sum of RGB (Red+Green+Blue) = 57+74+182=313 (41% of max value = 765). Red value is 57 (22.66% from 255 or 18.21% from 313); Green value is 74 (29.30% from 255 or 23.64% from 313); Blue value is 182 (71.48% from 255 or 58.15% from 313); Max value from RGB is 182 - color contains mainly: blue. Hex color #394AB6 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #394AB6 is #C6B549. Grayscale: #505050. Windows color (decimal): -13022538 or 11946553. OLE color: 11946553.

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

Color convert

RGB5774182-
CMYK0.690.5900.29
HSL231.84º52.3%46.86%-
HSV(B)231.84º68.68%71.37%-
XYZ12.589.1445.36-
YUV81.23184.87110.72-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 18.21%
GREEN value IS 74 (29.30% from 255) = 23.64%
BLUE value IS 182 (71.48% from 255) = 58.15%
R=18.21%
G=23.64%
B=58.15%

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
Decimal57741820.690.5900.29231.8452.346.86
Hex394AB6453B01De8342f
Octal71112266105730353506457
Binary111001100101010110110100010111101101110111101000110100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #394AB6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(57,74,182); }

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

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

 a { background-color: rgb(57,74,182); }

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

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

 span { border-color: rgb(57,74,182); }

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