#393AAC

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

Shades of Persian Blue #393AAC

Tints of Persian Blue #393AAC

Color information

#393AAC (or 0x393AAC) is unknown color: approx Persian Blue. HEX triplet: 39, 3A and AC. RGB value is (57,58,172). Sum of RGB (Red+Green+Blue) = 57+58+172=287 (38% of max value = 765). Red value is 57 (22.66% from 255 or 19.86% from 287); Green value is 58 (23.05% from 255 or 20.21% from 287); Blue value is 172 (67.58% from 255 or 59.93% from 287); Max value from RGB is 172 - color contains mainly: blue. Hex color #393AAC is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #393AAC is #C6C553. Grayscale: #464646. Windows color (decimal): -13026644 or 11287097. OLE color: 11287097.

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

Color convert

RGB5758172-
CMYK0.670.6600.33
HSL239.48º50.22%44.9%-
HSV(B)239.48º66.86%67.45%-
XYZ10.656.8739.8-
YUV70.7185.17118.23-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 19.86%
GREEN value IS 58 (23.05% from 255) = 20.21%
BLUE value IS 172 (67.58% from 255) = 59.93%
R=19.86%
G=20.21%
B=59.93%

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
Decimal57581720.670.6600.33239.4850.2244.9
Hex393AAC4342021ef322d
Octal71722541031020413576255
Binary1110011110101010110010000111000010010000111101111110010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #393AAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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