#394DCB

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

Shades of Free Speech Blue #394DCB

Tints of Free Speech Blue #394DCB

Color information

#394DCB (or 0x394DCB) is unknown color: approx Free Speech Blue. HEX triplet: 39, 4D and CB. RGB value is (57,77,203). Sum of RGB (Red+Green+Blue) = 57+77+203=337 (44% of max value = 765). Red value is 57 (22.66% from 255 or 16.91% from 337); Green value is 77 (30.47% from 255 or 22.85% from 337); Blue value is 203 (79.69% from 255 or 60.24% from 337); Max value from RGB is 203 - color contains mainly: blue. Hex color #394DCB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #394DCB is #C6B234. Grayscale: #545454. Windows color (decimal): -13021749 or 13323577. OLE color: 13323577.

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

Color convert

RGB5777203-
CMYK0.720.6200.20
HSL231.78º58.4%50.98%-
HSV(B)231.78º71.92%79.61%-
XYZ15.1210.4957.73-
YUV85.38194.37107.75-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 16.91%
GREEN value IS 77 (30.47% from 255) = 22.85%
BLUE value IS 203 (79.69% from 255) = 60.24%
R=16.91%
G=22.85%
B=60.24%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal57772030.720.6200.20231.7858.450.98
Hex394DCB483E014e83a33
Octal71115313110760243507263
Binary111001100110111001011100100011111001010011101000111010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #394DCB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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