#393CAF

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

Shades of Persian Blue #393CAF

Tints of Persian Blue #393CAF

Color information

#393CAF (or 0x393CAF) is unknown color: approx Persian Blue. HEX triplet: 39, 3C and AF. RGB value is (57,60,175). Sum of RGB (Red+Green+Blue) = 57+60+175=292 (38% of max value = 765). Red value is 57 (22.66% from 255 or 19.52% from 292); Green value is 60 (23.83% from 255 or 20.55% from 292); Blue value is 175 (68.75% from 255 or 59.93% from 292); Max value from RGB is 175 - color contains mainly: blue. Hex color #393CAF is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #393CAF is #C6C350. Grayscale: #474747. Windows color (decimal): -13026129 or 11484217. OLE color: 11484217.

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

Color convert

RGB5760175-
CMYK0.670.6600.31
HSL238.47º50.86%45.49%-
HSV(B)238.47º67.43%68.63%-
XYZ11.047.241.36-
YUV72.21186.01117.15-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 19.52%
GREEN value IS 60 (23.83% from 255) = 20.55%
BLUE value IS 175 (68.75% from 255) = 59.93%
R=19.52%
G=20.55%
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.31
SystemRedGreenBlueCMYKHSL
Decimal57601750.670.6600.31238.4750.8645.49
Hex393CAF434201Fee332d
Octal71742571031020373566355
Binary111001111100101011111000011100001001111111101110110011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #393CAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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