Html Css Color HEX #29244D Paua

📋 copy color: '#29244D'

red 41 ◦ green 36 ◦ blue 77

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

Shades of Paua #29244D

Tints of Paua #29244D

RGB

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

 GREEN value IS 36 (14.45% from 255) = 23.38%

 BLUE value IS 77 (30.47% from 255) = 50%

R = 26.62%
G = 23.38%
B = 50%

CMYK

 C value IS 0.47

 M value IS 0.53

 Y value IS 0

 K value IS 0.70

RGB Variations

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

Color information

#29244D (or 0x29244D) is known color: Paua. HEX triplet: 29, 24 and 4D. RGB value is (41,36,77). Sum of RGB (Red+Green+Blue) = 41+36+77=154 (20% of max value = 765). Red value is 41 (16.41% from 255 or 26.62% from 154); Green value is 36 (14.45% from 255 or 23.38% from 154); Blue value is 77 (30.47% from 255 or 50% from 154); Max value from RGB is 77 - color contains mainly: blue. Hex color #29244D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #29244D is #D6DBB2. Grayscale: #2A2A2A. Windows color (decimal): -14080947 or 5055529. OLE color: 5055529.

HSL color Cylindrical-coordinate representation of color #29244D: hue angle of 247.32º degrees, saturation: 0.36, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #29244D is Cyan = 0.47, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB 41 36 77 -
CMYK 0.47 0.53 0 0.70
HSL 247.32º 0.36% 0.22% -
HSV(B) 247.32º 0.53% 0.3% -
XYZ 2.88 2.27 7.31 -
YUV 42.17 147.66 127.17 -
System Red Green Blue C M Y K H S L
Decimal 41 36 77 0.47 0.53 0 0.70 247.32 0.36 0.22
Hex 29 24 4D 2F 35 0 46 F7 24 16
Octal 51 44 115 57 65 0 106 367 44 26
Binary 101001 100100 1001101 101111 110101 0 1000110 11110111 100100 10110

Color Harmonies of #29244D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #29244D

Black with #29244D

Text Example


Text Example

White with #29244D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #29244D; }

 p { color: rgb(41,36,77); }

 H1.HeaderClassName
 {
   color: #29244D;
 }
 .AnyTagClassName
 {
   color: #29244D;
 }
</style>

background-color css

<style>
 a { background-color: #29244D; }

 a { background-color: rgb(41,36,77); }

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

border-color css

<style>
 span { border-color: #29244D; }

 span { border-color: rgb(41,36,77); }

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