Html Css Color HEX #292252 Paua

📋 copy color: '#292252'

red 41 ◦ green 34 ◦ blue 82

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

Shades of Paua #292252

Tints of Paua #292252

RGB

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

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

 BLUE value IS 82 (32.42% from 255) = 52.23%

R = 26.11%
G = 21.66%
B = 52.23%

CMYK

 C value IS 0.50

 M value IS 0.59

 Y value IS 0

 K value IS 0.68

RGB Variations

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

Color information

#292252 (or 0x292252) is known color: Paua. HEX triplet: 29, 22 and 52. RGB value is (41,34,82). Sum of RGB (Red+Green+Blue) = 41+34+82=157 (20% of max value = 765). Red value is 41 (16.41% from 255 or 26.11% from 157); Green value is 34 (13.67% from 255 or 21.66% from 157); Blue value is 82 (32.42% from 255 or 52.23% from 157); Max value from RGB is 82 - color contains mainly: blue. Hex color #292252 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #292252 is #D6DDAD. Grayscale: #292929. Windows color (decimal): -14081454 or 5382697. OLE color: 5382697.

HSL color Cylindrical-coordinate representation of color #292252: hue angle of 248.75º degrees, saturation: 0.41, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #292252 is Cyan = 0.50, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.68.

Color convert

RGB 41 34 82 -
CMYK 0.50 0.59 0 0.68
HSL 248.75º 0.41% 0.23% -
HSV(B) 248.75º 0.59% 0.32% -
XYZ 3.01 2.22 8.25 -
YUV 41.57 150.82 127.6 -
System Red Green Blue C M Y K H S L
Decimal 41 34 82 0.50 0.59 0 0.68 248.75 0.41 0.23
Hex 29 22 52 32 3B 0 44 F9 29 17
Octal 51 42 122 62 73 0 104 371 51 27
Binary 101001 100010 1010010 110010 111011 0 1000100 11111001 101001 10111

Color Harmonies of #292252

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #292252

Black with #292252

Text Example


Text Example

White with #292252

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #292252; }

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

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

background-color css

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

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

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

border-color css

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

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

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