#392EB6

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

Shades of Persian Blue #392EB6

Tints of Persian Blue #392EB6

Color information

#392EB6 (or 0x392EB6) is unknown color: approx Persian Blue. HEX triplet: 39, 2E and B6. RGB value is (57,46,182). Sum of RGB (Red+Green+Blue) = 57+46+182=285 (37% of max value = 765). Red value is 57 (22.66% from 255 or 20% from 285); Green value is 46 (18.36% from 255 or 16.14% from 285); Blue value is 182 (71.48% from 255 or 63.86% from 285); Max value from RGB is 182 - color contains mainly: blue. Hex color #392EB6 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #392EB6 is #C6D149. Grayscale: #404040. Windows color (decimal): -13029706 or 11939385. OLE color: 11939385.

HSL color Cylindrical-coordinate representation of color #392EB6: hue angle of 244.85º degrees, saturation: 0.6, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #392EB6 is Cyan = 0.69, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB5746182-
CMYK0.690.7500.29
HSL244.85º59.65%44.71%-
HSV(B)244.85º74.73%71.37%-
XYZ11.116.244.87-
YUV64.79194.14122.44-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 20%
GREEN value IS 46 (18.36% from 255) = 16.14%
BLUE value IS 182 (71.48% from 255) = 63.86%
R=20%
G=16.14%
B=63.86%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal57461820.690.7500.29244.8559.6544.71
Hex392EB6454B01Df53c2d
Octal71562661051130353657455
Binary111001101110101101101000101100101101110111110101111100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #392EB6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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