#394DD0

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

Shades of Free Speech Blue #394DD0

Tints of Free Speech Blue #394DD0

Color information

#394DD0 (or 0x394DD0) is unknown color: approx Free Speech Blue. HEX triplet: 39, 4D and D0. RGB value is (57,77,208). Sum of RGB (Red+Green+Blue) = 57+77+208=342 (45% of max value = 765). Red value is 57 (22.66% from 255 or 16.67% from 342); Green value is 77 (30.47% from 255 or 22.51% from 342); Blue value is 208 (81.64% from 255 or 60.82% from 342); Max value from RGB is 208 - color contains mainly: blue. Hex color #394DD0 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #394DD0 is #C6B22F. Grayscale: #555555. Windows color (decimal): -13021744 or 13651257. OLE color: 13651257.

HSL color Cylindrical-coordinate representation of color #394DD0: hue angle of 232.05º degrees, saturation: 0.62, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #394DD0 is Cyan = 0.73, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB5777208-
CMYK0.730.6300.18
HSL232.05º61.63%51.96%-
HSV(B)232.05º72.6%81.57%-
XYZ15.7310.7360.92-
YUV85.95196.87107.35-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 16.67%
GREEN value IS 77 (30.47% from 255) = 22.51%
BLUE value IS 208 (81.64% from 255) = 60.82%
R=16.67%
G=22.51%
B=60.82%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal57772080.730.6300.18232.0561.6351.96
Hex394DD0493F012e83e34
Octal71115320111770223507664
Binary111001100110111010000100100111111101001011101000111110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #394DD0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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