#393CAE

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

Shades of Persian Blue #393CAE

Tints of Persian Blue #393CAE

Color information

#393CAE (or 0x393CAE) is unknown color: approx Persian Blue. HEX triplet: 39, 3C and AE. RGB value is (57,60,174). Sum of RGB (Red+Green+Blue) = 57+60+174=291 (38% of max value = 765). Red value is 57 (22.66% from 255 or 19.59% from 291); Green value is 60 (23.83% from 255 or 20.62% from 291); Blue value is 174 (68.36% from 255 or 59.79% from 291); Max value from RGB is 174 - color contains mainly: blue. Hex color #393CAE is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #393CAE is #C6C351. Grayscale: #474747. Windows color (decimal): -13026130 or 11418681. OLE color: 11418681.

HSL color Cylindrical-coordinate representation of color #393CAE: hue angle of 238.46º degrees, saturation: 0.51, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #393CAE is Cyan = 0.67, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB5760174-
CMYK0.670.6600.32
HSL238.46º50.65%45.29%-
HSV(B)238.46º67.24%68.24%-
XYZ10.947.1640.85-
YUV72.1185.51117.23-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 19.59%
GREEN value IS 60 (23.83% from 255) = 20.62%
BLUE value IS 174 (68.36% from 255) = 59.79%
R=19.59%
G=20.62%
B=59.79%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal57601740.670.6600.32238.4650.6545.29
Hex393CAE4342020ee332d
Octal71742561031020403566355
Binary1110011111001010111010000111000010010000011101110110011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #393CAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(57,60,174); }

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

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

 a { background-color: rgb(57,60,174); }

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

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

 span { border-color: rgb(57,60,174); }

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