#394ACB

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

Shades of Free Speech Blue #394ACB

Tints of Free Speech Blue #394ACB

Color information

#394ACB (or 0x394ACB) is unknown color: approx Free Speech Blue. HEX triplet: 39, 4A and CB. RGB value is (57,74,203). Sum of RGB (Red+Green+Blue) = 57+74+203=334 (44% of max value = 765). Red value is 57 (22.66% from 255 or 17.07% from 334); Green value is 74 (29.30% from 255 or 22.16% from 334); Blue value is 203 (79.69% from 255 or 60.78% from 334); Max value from RGB is 203 - color contains mainly: blue. Hex color #394ACB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #394ACB is #C6B534. Grayscale: #535353. Windows color (decimal): -13022517 or 13322809. OLE color: 13322809.

HSL color Cylindrical-coordinate representation of color #394ACB: hue angle of 233.01º degrees, saturation: 0.58, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #394ACB is Cyan = 0.72, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB5774203-
CMYK0.720.6400.20
HSL233.01º58.4%50.98%-
HSV(B)233.01º71.92%79.61%-
XYZ14.9210.0857.66-
YUV83.62195.37109.01-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 17.07%
GREEN value IS 74 (29.30% from 255) = 22.16%
BLUE value IS 203 (79.69% from 255) = 60.78%
R=17.07%
G=22.16%
B=60.78%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal57742030.720.6400.20233.0158.450.98
Hex394ACB4840014e93a33
Octal711123131101000243517263
Binary1110011001010110010111001000100000001010011101001111010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #394ACB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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