#393EAB

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

Shades of Persian Blue #393EAB

Tints of Persian Blue #393EAB

Color information

#393EAB (or 0x393EAB) is unknown color: approx Persian Blue. HEX triplet: 39, 3E and AB. RGB value is (57,62,171). Sum of RGB (Red+Green+Blue) = 57+62+171=290 (38% of max value = 765). Red value is 57 (22.66% from 255 or 19.66% from 290); Green value is 62 (24.61% from 255 or 21.38% from 290); Blue value is 171 (67.19% from 255 or 58.97% from 290); Max value from RGB is 171 - color contains mainly: blue. Hex color #393EAB is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #393EAB is #C6C154. Grayscale: #484848. Windows color (decimal): -13025621 or 11222585. OLE color: 11222585.

HSL color Cylindrical-coordinate representation of color #393EAB: hue angle of 237.37º degrees, saturation: 0.5, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #393EAB is Cyan = 0.67, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB5762171-
CMYK0.670.6400.33
HSL237.37º50%44.71%-
HSV(B)237.37º66.67%67.06%-
XYZ10.767.2639.36-
YUV72.93183.34116.64-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 19.66%
GREEN value IS 62 (24.61% from 255) = 21.38%
BLUE value IS 171 (67.19% from 255) = 58.97%
R=19.66%
G=21.38%
B=58.97%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal57621710.670.6400.33237.375044.71
Hex393EAB4340021ed322d
Octal71762531031000413556255
Binary1110011111101010101110000111000000010000111101101110010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #393EAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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