Html Css Color HEX #292644 Paua

📋 copy color: '#292644'

red 41 ◦ green 38 ◦ blue 68

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

Shades of Paua #292644

Tints of Paua #292644

RGB

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

 GREEN value IS 38 (15.23% from 255) = 25.85%

 BLUE value IS 68 (26.95% from 255) = 46.26%

R = 27.89%
G = 25.85%
B = 46.26%

CMYK

 C value IS 0.40

 M value IS 0.44

 Y value IS 0

 K value IS 0.73

RGB Variations

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

Color information

#292644 (or 0x292644) is known color: Paua. HEX triplet: 29, 26 and 44. RGB value is (41,38,68). Sum of RGB (Red+Green+Blue) = 41+38+68=147 (19% of max value = 765). Red value is 41 (16.41% from 255 or 27.89% from 147); Green value is 38 (15.23% from 255 or 25.85% from 147); Blue value is 68 (26.95% from 255 or 46.26% from 147); Max value from RGB is 68 - color contains mainly: blue. Hex color #292644 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #292644 is #D6D9BB. Grayscale: #2A2A2A. Windows color (decimal): -14080444 or 4466217. OLE color: 4466217.

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

Color convert

RGB 41 38 68 -
CMYK 0.40 0.44 0 0.73
HSL 246º 0.28% 0.21% -
HSV(B) 246º 0.44% 0.27% -
XYZ 2.65 2.27 5.77 -
YUV 42.32 142.49 127.06 -
System Red Green Blue C M Y K H S L
Decimal 41 38 68 0.40 0.44 0 0.73 246 0.28 0.21
Hex 29 26 44 28 2C 0 49 F6 1C 15
Octal 51 46 104 50 54 0 111 366 34 25
Binary 101001 100110 1000100 101000 101100 0 1001001 11110110 11100 10101

Color Harmonies of #292644

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #292644

Black with #292644

Text Example


Text Example

White with #292644

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #292644; }

 p { color: rgb(41,38,68); }

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

background-color css

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

 a { background-color: rgb(41,38,68); }

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

border-color css

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

 span { border-color: rgb(41,38,68); }

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