#393ED0

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

Shades of Free Speech Blue #393ED0

Tints of Free Speech Blue #393ED0

Color information

#393ED0 (or 0x393ED0) is unknown color: approx Free Speech Blue. HEX triplet: 39, 3E and D0. RGB value is (57,62,208). Sum of RGB (Red+Green+Blue) = 57+62+208=327 (43% of max value = 765). Red value is 57 (22.66% from 255 or 17.43% from 327); Green value is 62 (24.61% from 255 or 18.96% from 327); Blue value is 208 (81.64% from 255 or 63.61% from 327); Max value from RGB is 208 - color contains mainly: blue. Hex color #393ED0 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #393ED0 is #C6C12F. Grayscale: #4C4C4C. Windows color (decimal): -13025584 or 13647417. OLE color: 13647417.

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

Color convert

RGB5762208-
CMYK0.730.7000.18
HSL238.01º61.63%51.96%-
HSV(B)238.01º72.6%81.57%-
XYZ14.88.8760.61-
YUV77.15201.84113.63-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 17.43%
GREEN value IS 62 (24.61% from 255) = 18.96%
BLUE value IS 208 (81.64% from 255) = 63.61%
R=17.43%
G=18.96%
B=63.61%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal57622080.730.7000.18238.0161.6351.96
Hex393ED04946012ee3e34
Octal71763201111060223567664
Binary111001111110110100001001001100011001001011101110111110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #393ED0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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