Html Css Color HEX #2E29DD Persian Blue

📋 copy color: '#2E29DD'

red 46 ◦ green 41 ◦ blue 221

#2E29DD
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Persian Blue #2E29DD

Tints of Persian Blue #2E29DD

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 value IS 0.79

 M value IS 0.81

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#2E29DD (or 0x2E29DD) is known color: 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

RGB 46 41 221 -
CMYK 0.79 0.81 0 0.13
HSL 241.67º 0.73% 0.51% -
HSV(B) 241.67º 0.81% 0.87% -
XYZ 14.97 7.39 69.04 -
YUV 63.02 217.16 115.86 -
System Red Green Blue C M Y K H S L
Decimal 46 41 221 0.79 0.81 0 0.13 241.67 0.73 0.51
Hex 2E 29 DD 4F 51 0 D F2 49 33
Octal 56 51 335 117 121 0 15 362 111 63
Binary 101110 101001 11011101 1001111 1010001 0 1101 11110010 1001001 110011

Color Harmonies of #2E29DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2E29DD

Black with #2E29DD

Text Example


Text Example

White with #2E29DD

Text Example


Text Example

HTML Codes & Css Web 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>