Html Css Color HEX #2E29DC Persian Blue

📋 copy color: '#2E29DC'

red 46 ◦ green 41 ◦ blue 220

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

Shades of Persian Blue #2E29DC

Tints of Persian Blue #2E29DC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 71.66%

R = 14.98%
G = 13.36%
B = 71.66%

CMYK

 C value IS 0.79

 M value IS 0.81

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#2E29DC (or 0x2E29DC) is known color: Persian Blue. HEX triplet: 2E, 29 and DC. RGB value is (46,41,220). Sum of RGB (Red+Green+Blue) = 46+41+220=307 (40% of max value = 765). Red value is 46 (18.36% from 255 or 14.98% from 307); Green value is 41 (16.41% from 255 or 13.36% from 307); Blue value is 220 (86.33% from 255 or 71.66% from 307); Max value from RGB is 220 - color contains mainly: blue. Hex color #2E29DC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2E29DC is #D1D623. Grayscale: #3E3E3E. Windows color (decimal): -13751844 or 14428462. OLE color: 14428462.

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

Color convert

RGB 46 41 220 -
CMYK 0.79 0.81 0 0.14
HSL 241.68º 0.72% 0.51% -
HSV(B) 241.68º 0.81% 0.86% -
XYZ 14.84 7.33 68.34 -
YUV 62.9 216.66 115.95 -
System Red Green Blue C M Y K H S L
Decimal 46 41 220 0.79 0.81 0 0.14 241.68 0.72 0.51
Hex 2E 29 DC 4F 51 0 E F2 48 33
Octal 56 51 334 117 121 0 16 362 110 63
Binary 101110 101001 11011100 1001111 1010001 0 1110 11110010 1001000 110011

Color Harmonies of #2E29DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2E29DC

Black with #2E29DC

Text Example


Text Example

White with #2E29DC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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