#394ED0

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

Shades of Free Speech Blue #394ED0

Tints of Free Speech Blue #394ED0

Color information

#394ED0 (or 0x394ED0) is unknown color: approx Free Speech Blue. HEX triplet: 39, 4E and D0. RGB value is (57,78,208). Sum of RGB (Red+Green+Blue) = 57+78+208=343 (45% of max value = 765). Red value is 57 (22.66% from 255 or 16.62% from 343); Green value is 78 (30.86% from 255 or 22.74% from 343); Blue value is 208 (81.64% from 255 or 60.64% from 343); Max value from RGB is 208 - color contains mainly: blue. Hex color #394ED0 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #394ED0 is #C6B12F. Grayscale: #555555. Windows color (decimal): -13021488 or 13651513. OLE color: 13651513.

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

Color convert

RGB5778208-
CMYK0.730.6200.18
HSL231.66º61.63%51.96%-
HSV(B)231.66º72.6%81.57%-
XYZ15.810.8760.94-
YUV86.54196.54106.93-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 16.62%
GREEN value IS 78 (30.86% from 255) = 22.74%
BLUE value IS 208 (81.64% from 255) = 60.64%
R=16.62%
G=22.74%
B=60.64%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal57782080.730.6200.18231.6661.6351.96
Hex394ED0493E012e83e34
Octal71116320111760223507664
Binary111001100111011010000100100111111001001011101000111110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #394ED0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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