#393DAF

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

Shades of Persian Blue #393DAF

Tints of Persian Blue #393DAF

Color information

#393DAF (or 0x393DAF) is unknown color: approx Persian Blue. HEX triplet: 39, 3D and AF. RGB value is (57,61,175). Sum of RGB (Red+Green+Blue) = 57+61+175=293 (38% of max value = 765). Red value is 57 (22.66% from 255 or 19.45% from 293); Green value is 61 (24.22% from 255 or 20.82% from 293); Blue value is 175 (68.75% from 255 or 59.73% from 293); Max value from RGB is 175 - color contains mainly: blue. Hex color #393DAF is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #393DAF is #C6C250. Grayscale: #484848. Windows color (decimal): -13025873 or 11484473. OLE color: 11484473.

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

Color convert

RGB5761175-
CMYK0.670.6500.31
HSL237.97º50.86%45.49%-
HSV(B)237.97º67.43%68.63%-
XYZ11.097.341.38-
YUV72.8185.67116.73-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 19.45%
GREEN value IS 61 (24.22% from 255) = 20.82%
BLUE value IS 175 (68.75% from 255) = 59.73%
R=19.45%
G=20.82%
B=59.73%

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
Decimal57611750.670.6500.31237.9750.8645.49
Hex393DAF434101Fee332d
Octal71752571031010373566355
Binary111001111101101011111000011100000101111111101110110011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #393DAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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