Html Css Color HEX #29224D Paua

📋 copy color: '#29224D'

red 41 ◦ green 34 ◦ blue 77

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

Shades of Paua #29224D

Tints of Paua #29224D

RGB

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

 GREEN value IS 34 (13.67% from 255) = 22.37%

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

R = 26.97%
G = 22.37%
B = 50.66%

CMYK

 C value IS 0.47

 M value IS 0.56

 Y value IS 0

 K value IS 0.70

RGB Variations

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

Color information

#29224D (or 0x29224D) is known color: Paua. HEX triplet: 29, 22 and 4D. RGB value is (41,34,77). Sum of RGB (Red+Green+Blue) = 41+34+77=152 (20% of max value = 765). Red value is 41 (16.41% from 255 or 26.97% from 152); Green value is 34 (13.67% from 255 or 22.37% from 152); Blue value is 77 (30.47% from 255 or 50.66% from 152); Max value from RGB is 77 - color contains mainly: blue. Hex color #29224D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #29224D is #D6DDB2. Grayscale: #282828. Windows color (decimal): -14081459 or 5055017. OLE color: 5055017.

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

Color convert

RGB 41 34 77 -
CMYK 0.47 0.56 0 0.70
HSL 249.77º 0.39% 0.22% -
HSV(B) 249.77º 0.56% 0.3% -
XYZ 2.83 2.15 7.29 -
YUV 41 148.32 128 -
System Red Green Blue C M Y K H S L
Decimal 41 34 77 0.47 0.56 0 0.70 249.77 0.39 0.22
Hex 29 22 4D 2F 38 0 46 FA 27 16
Octal 51 42 115 57 70 0 106 372 47 26
Binary 101001 100010 1001101 101111 111000 0 1000110 11111010 100111 10110

Color Harmonies of #29224D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #29224D

Black with #29224D

Text Example


Text Example

White with #29224D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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