#393ED2

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

Shades of Free Speech Blue #393ED2

Tints of Free Speech Blue #393ED2

Color information

#393ED2 (or 0x393ED2) is unknown color: approx Free Speech Blue. HEX triplet: 39, 3E and D2. RGB value is (57,62,210). Sum of RGB (Red+Green+Blue) = 57+62+210=329 (43% of max value = 765). Red value is 57 (22.66% from 255 or 17.33% from 329); Green value is 62 (24.61% from 255 or 18.84% from 329); Blue value is 210 (82.42% from 255 or 63.83% from 329); Max value from RGB is 210 - color contains mainly: blue. Hex color #393ED2 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #393ED2 is #C6C12D. Grayscale: #4C4C4C. Windows color (decimal): -13025582 or 13778489. OLE color: 13778489.

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

Color convert

RGB5762210-
CMYK0.730.7000.18
HSL238.04º62.96%52.35%-
HSV(B)238.04º72.86%82.35%-
XYZ15.048.9761.91-
YUV77.38202.84113.47-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 17.33%
GREEN value IS 62 (24.61% from 255) = 18.84%
BLUE value IS 210 (82.42% from 255) = 63.83%
R=17.33%
G=18.84%
B=63.83%

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
Decimal57622100.730.7000.18238.0462.9652.35
Hex393ED24946012ee3f34
Octal71763221111060223567764
Binary111001111110110100101001001100011001001011101110111111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #393ED2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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