#2E29DD

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

Shades of Persian Blue #2E29DD

Tints of Persian Blue #2E29DD

Color information

#2E29DD (or 0x2E29DD) is unknown color: approx Persian Blue. HEX triplet: 2E, 29 and DD. RGB value is (46,41,221). Sum of RGB (Red+Green+Blue) = 46+41+221=308 (40% of max value = 765). Red value is 46 (18.36% from 255 or 14.94% from 308); Green value is 41 (16.41% from 255 or 13.31% from 308); Blue value is 221 (86.72% from 255 or 71.75% from 308); Max value from RGB is 221 - color contains mainly: blue. Hex color #2E29DD is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2E29DD is #D1D622. Grayscale: #3E3E3E. Windows color (decimal): -13751843 or 14493998. OLE color: 14493998.

HSL color Cylindrical-coordinate representation of color #2E29DD: hue angle of 241.67º degrees, saturation: 0.73, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2E29DD is Cyan = 0.79, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB4641221-
CMYK0.790.8100.13
HSL241.67º72.58%51.37%-
HSV(B)241.67º81.45%86.67%-
XYZ14.977.3969.04-
YUV63.02217.16115.86-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 14.94%
GREEN value IS 41 (16.41% from 255) = 13.31%
BLUE value IS 221 (86.72% from 255) = 71.75%
R=14.94%
G=13.31%
B=71.75%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0.81
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal46412210.790.8100.13241.6772.5851.37
Hex2E29DD4F510Df24933
Octal565133511712101536211163
Binary101110101001110111011001111101000101101111100101001001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2E29DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(46,41,221); }

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

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

 a { background-color: rgb(46,41,221); }

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

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

 span { border-color: rgb(46,41,221); }

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