#393EDA

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

Shades of Free Speech Blue #393EDA

Tints of Free Speech Blue #393EDA

Color information

#393EDA (or 0x393EDA) is unknown color: approx Free Speech Blue. HEX triplet: 39, 3E and DA. RGB value is (57,62,218). Sum of RGB (Red+Green+Blue) = 57+62+218=337 (44% of max value = 765). Red value is 57 (22.66% from 255 or 16.91% from 337); Green value is 62 (24.61% from 255 or 18.40% from 337); Blue value is 218 (85.55% from 255 or 64.69% from 337); Max value from RGB is 218 - color contains mainly: blue. Hex color #393EDA is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #393EDA is #C6C125. Grayscale: #4D4D4D. Windows color (decimal): -13025574 or 14302777. OLE color: 14302777.

HSL color Cylindrical-coordinate representation of color #393EDA: hue angle of 238.14º degrees, saturation: 0.69, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #393EDA is Cyan = 0.74, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB5762218-
CMYK0.740.7200.15
HSL238.14º68.51%53.92%-
HSV(B)238.14º73.85%85.49%-
XYZ16.069.3867.29-
YUV78.29206.84112.82-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 16.91%
GREEN value IS 62 (24.61% from 255) = 18.40%
BLUE value IS 218 (85.55% from 255) = 64.69%
R=16.91%
G=18.40%
B=64.69%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal57622180.740.7200.15238.1468.5153.92
Hex393EDA4A480Fee4536
Octal717633211211001735610566
Binary111001111110110110101001010100100001111111011101000101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #393EDA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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