Html Css Color HEX #292445 Paua

📋 copy color: '#292445'

red 41 ◦ green 36 ◦ blue 69

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

Shades of Paua #292445

Tints of Paua #292445

RGB

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

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

 BLUE value IS 69 (27.34% from 255) = 47.26%

R = 28.08%
G = 24.66%
B = 47.26%

CMYK

 C value IS 0.41

 M value IS 0.48

 Y value IS 0

 K value IS 0.73

RGB Variations

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

Color information

#292445 (or 0x292445) is known color: Paua. HEX triplet: 29, 24 and 45. RGB value is (41,36,69). Sum of RGB (Red+Green+Blue) = 41+36+69=146 (19% of max value = 765). Red value is 41 (16.41% from 255 or 28.08% from 146); Green value is 36 (14.45% from 255 or 24.66% from 146); Blue value is 69 (27.34% from 255 or 47.26% from 146); Max value from RGB is 69 - color contains mainly: blue. Hex color #292445 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #292445 is #D6DBBA. Grayscale: #292929. Windows color (decimal): -14080955 or 4531241. OLE color: 4531241.

HSL color Cylindrical-coordinate representation of color #292445: hue angle of 249.09º degrees, saturation: 0.31, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #292445 is Cyan = 0.41, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.73.

Color convert

RGB 41 36 69 -
CMYK 0.41 0.48 0 0.73
HSL 249.09º 0.31% 0.21% -
HSV(B) 249.09º 0.48% 0.27% -
XYZ 2.62 2.16 5.91 -
YUV 41.26 143.66 127.82 -
System Red Green Blue C M Y K H S L
Decimal 41 36 69 0.41 0.48 0 0.73 249.09 0.31 0.21
Hex 29 24 45 29 30 0 49 F9 1F 15
Octal 51 44 105 51 60 0 111 371 37 25
Binary 101001 100100 1000101 101001 110000 0 1001001 11111001 11111 10101

Color Harmonies of #292445

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #292445

Black with #292445

Text Example


Text Example

White with #292445

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #292445; }

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

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

background-color css

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

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

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

border-color css

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

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

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