#394AB9

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

Shades of Free Speech Blue #394AB9

Tints of Free Speech Blue #394AB9

Color information

#394AB9 (or 0x394AB9) is unknown color: approx Free Speech Blue. HEX triplet: 39, 4A and B9. RGB value is (57,74,185). Sum of RGB (Red+Green+Blue) = 57+74+185=316 (41% of max value = 765). Red value is 57 (22.66% from 255 or 18.04% from 316); Green value is 74 (29.30% from 255 or 23.42% from 316); Blue value is 185 (72.66% from 255 or 58.54% from 316); Max value from RGB is 185 - color contains mainly: blue. Hex color #394AB9 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #394AB9 is #C6B546. Grayscale: #515151. Windows color (decimal): -13022535 or 12143161. OLE color: 12143161.

HSL color Cylindrical-coordinate representation of color #394AB9: hue angle of 232.03º degrees, saturation: 0.53, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #394AB9 is Cyan = 0.69, Magento = 0.6, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB5774185-
CMYK0.690.600.27
HSL232.03º52.89%47.45%-
HSV(B)232.03º69.19%72.55%-
XYZ12.899.2747.01-
YUV81.57186.37110.47-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 18.04%
GREEN value IS 74 (29.30% from 255) = 23.42%
BLUE value IS 185 (72.66% from 255) = 58.54%
R=18.04%
G=23.42%
B=58.54%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.6
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal57741850.690.600.27232.0352.8947.45
Hex394AB9453C01Be8352f
Octal71112271105740333506557
Binary111001100101010111001100010111110001101111101000110101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #394AB9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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