Html Css Color HEX #29309B Egyptian Blue

📋 copy color: '#29309B'

red 41 ◦ green 48 ◦ blue 155

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

Shades of Egyptian Blue #29309B

Tints of Egyptian Blue #29309B

RGB

 RED value IS 41 (16.41% from 255) = 16.8%

 GREEN value IS 48 (19.14% from 255) = 19.67%

 BLUE value IS 155 (60.94% from 255) = 63.52%

R = 16.8%
G = 19.67%
B = 63.52%

CMYK

 C value IS 0.74

 M value IS 0.69

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#29309B (or 0x29309B) is known color: Egyptian Blue. HEX triplet: 29, 30 and 9B. RGB value is (41,48,155). Sum of RGB (Red+Green+Blue) = 41+48+155=244 (32% of max value = 765). Red value is 41 (16.41% from 255 or 16.80% from 244); Green value is 48 (19.14% from 255 or 19.67% from 244); Blue value is 155 (60.94% from 255 or 63.52% from 244); Max value from RGB is 155 - color contains mainly: blue. Hex color #29309B is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #29309B is #D6CF64. Grayscale: #393939. Windows color (decimal): -14077797 or 10170409. OLE color: 10170409.

HSL color Cylindrical-coordinate representation of color #29309B: hue angle of 236.32º degrees, saturation: 0.58, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #29309B is Cyan = 0.74, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 41 48 155 -
CMYK 0.74 0.69 0 0.39
HSL 236.32º 0.58% 0.38% -
HSV(B) 236.32º 0.74% 0.61% -
XYZ 7.89 4.95 31.55 -
YUV 58.11 182.68 115.8 -
System Red Green Blue C M Y K H S L
Decimal 41 48 155 0.74 0.69 0 0.39 236.32 0.58 0.38
Hex 29 30 9B 4A 45 0 27 EC 3A 26
Octal 51 60 233 112 105 0 47 354 72 46
Binary 101001 110000 10011011 1001010 1000101 0 100111 11101100 111010 100110

Color Harmonies of #29309B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #29309B

Black with #29309B

Text Example


Text Example

White with #29309B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #29309B; }

 p { color: rgb(41,48,155); }

 H1.HeaderClassName
 {
   color: #29309B;
 }
 .AnyTagClassName
 {
   color: #29309B;
 }
</style>

background-color css

<style>
 a { background-color: #29309B; }

 a { background-color: rgb(41,48,155); }

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

border-color css

<style>
 span { border-color: #29309B; }

 span { border-color: rgb(41,48,155); }

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