#393AAB

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

Shades of Persian Blue #393AAB

Tints of Persian Blue #393AAB

Color information

#393AAB (or 0x393AAB) is unknown color: approx Persian Blue. HEX triplet: 39, 3A and AB. RGB value is (57,58,171). Sum of RGB (Red+Green+Blue) = 57+58+171=286 (37% of max value = 765). Red value is 57 (22.66% from 255 or 19.93% from 286); Green value is 58 (23.05% from 255 or 20.28% from 286); Blue value is 171 (67.19% from 255 or 59.79% from 286); Max value from RGB is 171 - color contains mainly: blue. Hex color #393AAB is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #393AAB is #C6C554. Grayscale: #464646. Windows color (decimal): -13026645 or 11221561. OLE color: 11221561.

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

Color convert

RGB5758171-
CMYK0.670.6600.33
HSL239.47º50%44.71%-
HSV(B)239.47º66.67%67.06%-
XYZ10.556.8439.29-
YUV70.58184.67118.31-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 19.93%
GREEN value IS 58 (23.05% from 255) = 20.28%
BLUE value IS 171 (67.19% from 255) = 59.79%
R=19.93%
G=20.28%
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.33
SystemRedGreenBlueCMYKHSL
Decimal57581710.670.6600.33239.475044.71
Hex393AAB4342021ef322d
Octal71722531031020413576255
Binary1110011110101010101110000111000010010000111101111110010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #393AAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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