Html Css Color HEX #29284D Paua

📋 copy color: '#29284D'

red 41 ◦ green 40 ◦ blue 77

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

Shades of Paua #29284D

Tints of Paua #29284D

RGB

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

 GREEN value IS 40 (16.02% from 255) = 25.32%

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

R = 25.95%
G = 25.32%
B = 48.73%

CMYK

 C value IS 0.47

 M value IS 0.48

 Y value IS 0

 K value IS 0.70

RGB Variations

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

Color information

#29284D (or 0x29284D) is known color: Paua. HEX triplet: 29, 28 and 4D. RGB value is (41,40,77). Sum of RGB (Red+Green+Blue) = 41+40+77=158 (20% of max value = 765). Red value is 41 (16.41% from 255 or 25.95% from 158); Green value is 40 (16.02% from 255 or 25.32% from 158); Blue value is 77 (30.47% from 255 or 48.73% from 158); Max value from RGB is 77 - color contains mainly: blue. Hex color #29284D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #29284D is #D6D7B2. Grayscale: #2C2C2C. Windows color (decimal): -14079923 or 5056553. OLE color: 5056553.

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

Color convert

RGB 41 40 77 -
CMYK 0.47 0.48 0 0.70
HSL 241.62º 0.32% 0.23% -
HSV(B) 241.62º 0.48% 0.3% -
XYZ 3.01 2.52 7.35 -
YUV 44.52 146.33 125.49 -
System Red Green Blue C M Y K H S L
Decimal 41 40 77 0.47 0.48 0 0.70 241.62 0.32 0.23
Hex 29 28 4D 2F 30 0 46 F2 20 17
Octal 51 50 115 57 60 0 106 362 40 27
Binary 101001 101000 1001101 101111 110000 0 1000110 11110010 100000 10111

Color Harmonies of #29284D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #29284D

Black with #29284D

Text Example


Text Example

White with #29284D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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