#393CAA

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

Shades of Persian Blue #393CAA

Tints of Persian Blue #393CAA

Color information

#393CAA (or 0x393CAA) is unknown color: approx Persian Blue. HEX triplet: 39, 3C and AA. RGB value is (57,60,170). Sum of RGB (Red+Green+Blue) = 57+60+170=287 (38% of max value = 765). Red value is 57 (22.66% from 255 or 19.86% from 287); Green value is 60 (23.83% from 255 or 20.91% from 287); Blue value is 170 (66.80% from 255 or 59.23% from 287); Max value from RGB is 170 - color contains mainly: blue. Hex color #393CAA is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #393CAA is #C6C355. Grayscale: #474747. Windows color (decimal): -13026134 or 11156537. OLE color: 11156537.

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

Color convert

RGB5760170-
CMYK0.660.6500.33
HSL238.41º49.78%44.51%-
HSV(B)238.41º66.47%66.67%-
XYZ10.56738.83-
YUV71.64183.51117.56-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 19.86%
GREEN value IS 60 (23.83% from 255) = 20.91%
BLUE value IS 170 (66.80% from 255) = 59.23%
R=19.86%
G=20.91%
B=59.23%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal57601700.660.6500.33238.4149.7844.51
Hex393CAA4241021ee322d
Octal71742521021010413566255
Binary1110011111001010101010000101000001010000111101110110010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #393CAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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