#393EAC

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

Shades of Persian Blue #393EAC

Tints of Persian Blue #393EAC

Color information

#393EAC (or 0x393EAC) is unknown color: approx Persian Blue. HEX triplet: 39, 3E and AC. RGB value is (57,62,172). Sum of RGB (Red+Green+Blue) = 57+62+172=291 (38% of max value = 765). Red value is 57 (22.66% from 255 or 19.59% from 291); Green value is 62 (24.61% from 255 or 21.31% from 291); Blue value is 172 (67.58% from 255 or 59.11% from 291); Max value from RGB is 172 - color contains mainly: blue. Hex color #393EAC is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #393EAC is #C6C153. Grayscale: #484848. Windows color (decimal): -13025620 or 11288121. OLE color: 11288121.

HSL color Cylindrical-coordinate representation of color #393EAC: hue angle of 237.39º 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 #393EAC is Cyan = 0.67, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB5762172-
CMYK0.670.6400.33
HSL237.39º50.22%44.9%-
HSV(B)237.39º66.86%67.45%-
XYZ10.867.2939.87-
YUV73.04183.84116.56-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 19.59%
GREEN value IS 62 (24.61% from 255) = 21.31%
BLUE value IS 172 (67.58% from 255) = 59.11%
R=19.59%
G=21.31%
B=59.11%

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
Decimal57621720.670.6400.33237.3950.2244.9
Hex393EAC4340021ed322d
Octal71762541031000413556255
Binary1110011111101010110010000111000000010000111101101110010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #393EAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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