Html Css Color HEX #2E29CD Persian Blue

📋 copy color: '#2E29CD'

red 46 ◦ green 41 ◦ blue 205

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

Shades of Persian Blue #2E29CD

Tints of Persian Blue #2E29CD

RGB

 RED value IS 46 (18.36% from 255) = 15.75%

 GREEN value IS 41 (16.41% from 255) = 14.04%

 BLUE value IS 205 (80.47% from 255) = 70.21%

R = 15.75%
G = 14.04%
B = 70.21%

CMYK

 C value IS 0.78

 M value IS 0.8

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#2E29CD (or 0x2E29CD) is known color: Persian Blue. HEX triplet: 2E, 29 and CD. RGB value is (46,41,205). Sum of RGB (Red+Green+Blue) = 46+41+205=292 (38% of max value = 765). Red value is 46 (18.36% from 255 or 15.75% from 292); Green value is 41 (16.41% from 255 or 14.04% from 292); Blue value is 205 (80.47% from 255 or 70.21% from 292); Max value from RGB is 205 - color contains mainly: blue. Hex color #2E29CD is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2E29CD is #D1D632. Grayscale: #3C3C3C. Windows color (decimal): -13751859 or 13445422. OLE color: 13445422.

HSL color Cylindrical-coordinate representation of color #2E29CD: hue angle of 241.83º degrees, saturation: 0.67, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2E29CD is Cyan = 0.78, Magento = 0.8, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 46 41 205 -
CMYK 0.78 0.8 0 0.20
HSL 241.83º 0.67% 0.48% -
HSV(B) 241.83º 0.8% 0.8% -
XYZ 12.94 6.57 58.34 -
YUV 61.19 209.16 117.16 -
System Red Green Blue C M Y K H S L
Decimal 46 41 205 0.78 0.8 0 0.20 241.83 0.67 0.48
Hex 2E 29 CD 4E 50 0 14 F2 43 30
Octal 56 51 315 116 120 0 24 362 103 60
Binary 101110 101001 11001101 1001110 1010000 0 10100 11110010 1000011 110000

Color Harmonies of #2E29CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2E29CD

Black with #2E29CD

Text Example


Text Example

White with #2E29CD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #2E29CD;
 }
 .AnyTagClassName
 {
   color: #2E29CD;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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