#392EAF

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

Shades of Persian Blue #392EAF

Tints of Persian Blue #392EAF

Color information

#392EAF (or 0x392EAF) is unknown color: approx Persian Blue. HEX triplet: 39, 2E and AF. RGB value is (57,46,175). Sum of RGB (Red+Green+Blue) = 57+46+175=278 (36% of max value = 765). Red value is 57 (22.66% from 255 or 20.50% from 278); Green value is 46 (18.36% from 255 or 16.55% from 278); Blue value is 175 (68.75% from 255 or 62.95% from 278); Max value from RGB is 175 - color contains mainly: blue. Hex color #392EAF is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #392EAF is #C6D150. Grayscale: #3F3F3F. Windows color (decimal): -13029713 or 11480633. OLE color: 11480633.

HSL color Cylindrical-coordinate representation of color #392EAF: hue angle of 245.12º degrees, saturation: 0.58, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #392EAF is Cyan = 0.67, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB5746175-
CMYK0.670.7400.31
HSL245.12º58.37%43.33%-
HSV(B)245.12º73.71%68.63%-
XYZ10.45.9241.15-
YUV64190.64123.01-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 20.50%
GREEN value IS 46 (18.36% from 255) = 16.55%
BLUE value IS 175 (68.75% from 255) = 62.95%
R=20.50%
G=16.55%
B=62.95%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal57461750.670.7400.31245.1258.3743.33
Hex392EAF434A01Ff53a2b
Octal71562571031120373657253
Binary111001101110101011111000011100101001111111110101111010101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #392EAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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