Html Css Color HEX #2E29BA Persian Blue

📋 copy color: '#2E29BA'

red 46 ◦ green 41 ◦ blue 186

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

Shades of Persian Blue #2E29BA

Tints of Persian Blue #2E29BA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 68.13%

R = 16.85%
G = 15.02%
B = 68.13%

CMYK

 C value IS 0.75

 M value IS 0.78

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#2E29BA (or 0x2E29BA) is known color: Persian Blue. HEX triplet: 2E, 29 and BA. RGB value is (46,41,186). Sum of RGB (Red+Green+Blue) = 46+41+186=273 (36% of max value = 765). Red value is 46 (18.36% from 255 or 16.85% from 273); Green value is 41 (16.41% from 255 or 15.02% from 273); Blue value is 186 (73.05% from 255 or 68.13% from 273); Max value from RGB is 186 - color contains mainly: blue. Hex color #2E29BA is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2E29BA is #D1D645. Grayscale: #3A3A3A. Windows color (decimal): -13751878 or 12200238. OLE color: 12200238.

HSL color Cylindrical-coordinate representation of color #2E29BA: hue angle of 242.07º degrees, saturation: 0.64, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #2E29BA is Cyan = 0.75, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 46 41 186 -
CMYK 0.75 0.78 0 0.27
HSL 242.07º 0.64% 0.45% -
HSV(B) 242.07º 0.78% 0.73% -
XYZ 10.78 5.71 46.99 -
YUV 59.03 199.66 118.71 -
System Red Green Blue C M Y K H S L
Decimal 46 41 186 0.75 0.78 0 0.27 242.07 0.64 0.45
Hex 2E 29 BA 4B 4E 0 1B F2 40 2D
Octal 56 51 272 113 116 0 33 362 100 55
Binary 101110 101001 10111010 1001011 1001110 0 11011 11110010 1000000 101101

Color Harmonies of #2E29BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2E29BA

Black with #2E29BA

Text Example


Text Example

White with #2E29BA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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