#393CAB

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

Shades of Persian Blue #393CAB

Tints of Persian Blue #393CAB

Color information

#393CAB (or 0x393CAB) is unknown color: approx Persian Blue. HEX triplet: 39, 3C and AB. RGB value is (57,60,171). Sum of RGB (Red+Green+Blue) = 57+60+171=288 (38% of max value = 765). Red value is 57 (22.66% from 255 or 19.79% from 288); Green value is 60 (23.83% from 255 or 20.83% from 288); Blue value is 171 (67.19% from 255 or 59.38% from 288); Max value from RGB is 171 - color contains mainly: blue. Hex color #393CAB is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #393CAB is #C6C354. Grayscale: #474747. Windows color (decimal): -13026133 or 11222073. OLE color: 11222073.

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

Color convert

RGB5760171-
CMYK0.670.6500.33
HSL238.42º50%44.71%-
HSV(B)238.42º66.67%67.06%-
XYZ10.657.0439.33-
YUV71.76184.01117.47-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 19.79%
GREEN value IS 60 (23.83% from 255) = 20.83%
BLUE value IS 171 (67.19% from 255) = 59.38%
R=19.79%
G=20.83%
B=59.38%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal57601710.670.6500.33238.425044.71
Hex393CAB4341021ee322d
Octal71742531031010413566255
Binary1110011111001010101110000111000001010000111101110110010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #393CAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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