#394BCB

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

Shades of Free Speech Blue #394BCB

Tints of Free Speech Blue #394BCB

Color information

#394BCB (or 0x394BCB) is unknown color: approx Free Speech Blue. HEX triplet: 39, 4B and CB. RGB value is (57,75,203). Sum of RGB (Red+Green+Blue) = 57+75+203=335 (44% of max value = 765). Red value is 57 (22.66% from 255 or 17.01% from 335); Green value is 75 (29.69% from 255 or 22.39% from 335); Blue value is 203 (79.69% from 255 or 60.60% from 335); Max value from RGB is 203 - color contains mainly: blue. Hex color #394BCB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #394BCB is #C6B434. Grayscale: #535353. Windows color (decimal): -13022261 or 13323065. OLE color: 13323065.

HSL color Cylindrical-coordinate representation of color #394BCB: hue angle of 232.6º 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 #394BCB is Cyan = 0.72, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB5775203-
CMYK0.720.6300.20
HSL232.6º58.4%50.98%-
HSV(B)232.6º71.92%79.61%-
XYZ14.9810.2157.68-
YUV84.21195.04108.59-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 17.01%
GREEN value IS 75 (29.69% from 255) = 22.39%
BLUE value IS 203 (79.69% from 255) = 60.60%
R=17.01%
G=22.39%
B=60.60%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal57752030.720.6300.20232.658.450.98
Hex394BCB483F014e93a33
Octal71113313110770243517263
Binary111001100101111001011100100011111101010011101001111010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #394BCB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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