#393EAF

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

Shades of Persian Blue #393EAF

Tints of Persian Blue #393EAF

Color information

#393EAF (or 0x393EAF) is unknown color: approx Persian Blue. HEX triplet: 39, 3E and AF. RGB value is (57,62,175). Sum of RGB (Red+Green+Blue) = 57+62+175=294 (38% of max value = 765). Red value is 57 (22.66% from 255 or 19.39% from 294); Green value is 62 (24.61% from 255 or 21.09% from 294); Blue value is 175 (68.75% from 255 or 59.52% from 294); Max value from RGB is 175 - color contains mainly: blue. Hex color #393EAF is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #393EAF is #C6C150. Grayscale: #484848. Windows color (decimal): -13025617 or 11484729. OLE color: 11484729.

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

Color convert

RGB5762175-
CMYK0.670.6500.31
HSL237.46º50.86%45.49%-
HSV(B)237.46º67.43%68.63%-
XYZ11.157.4141.4-
YUV73.39185.34116.31-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 19.39%
GREEN value IS 62 (24.61% from 255) = 21.09%
BLUE value IS 175 (68.75% from 255) = 59.52%
R=19.39%
G=21.09%
B=59.52%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal57621750.670.6500.31237.4650.8645.49
Hex393EAF434101Fed332d
Octal71762571031010373556355
Binary111001111110101011111000011100000101111111101101110011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #393EAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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