#2E39B6

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

Shades of Persian Blue #2E39B6

Tints of Persian Blue #2E39B6

Color information

#2E39B6 (or 0x2E39B6) is unknown color: approx Persian Blue. HEX triplet: 2E, 39 and B6. RGB value is (46,57,182). Sum of RGB (Red+Green+Blue) = 46+57+182=285 (37% of max value = 765). Red value is 46 (18.36% from 255 or 16.14% from 285); Green value is 57 (22.66% from 255 or 20% 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 #2E39B6 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2E39B6 is #D1C649. Grayscale: #434343. Windows color (decimal): -13747786 or 11942190. OLE color: 11942190.

HSL color Cylindrical-coordinate representation of color #2E39B6: hue angle of 235.15º 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 #2E39B6 is Cyan = 0.75, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB4657182-
CMYK0.750.6900.29
HSL235.15º59.65%44.71%-
HSV(B)235.15º74.73%71.37%-
XYZ11.036.8845-
YUV67.96192.36112.34-

RGB Variations

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

RGB

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

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal46571820.750.6900.29235.1559.6544.71
Hex2E39B64B4501Deb3c2d
Octal56712661131050353537455
Binary101110111001101101101001011100010101110111101011111100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2E39B6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2E39B6; }

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

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

<style>
 a { background-color: #2E39B6; }

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

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

<style>
 span { border-color: #2E39B6; }

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

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