Html Css Color HEX #292554 Paua

📋 copy color: '#292554'

red 41 ◦ green 37 ◦ blue 84

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

Shades of Paua #292554

Tints of Paua #292554

RGB

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

 GREEN value IS 37 (14.84% from 255) = 22.84%

 BLUE value IS 84 (33.2% from 255) = 51.85%

R = 25.31%
G = 22.84%
B = 51.85%

CMYK

 C value IS 0.51

 M value IS 0.56

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#292554 (or 0x292554) is known color: Paua. HEX triplet: 29, 25 and 54. RGB value is (41,37,84). Sum of RGB (Red+Green+Blue) = 41+37+84=162 (21% of max value = 765). Red value is 41 (16.41% from 255 or 25.31% from 162); Green value is 37 (14.84% from 255 or 22.84% from 162); Blue value is 84 (33.20% from 255 or 51.85% from 162); Max value from RGB is 84 - color contains mainly: blue. Hex color #292554 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #292554 is #D6DAAB. Grayscale: #2B2B2B. Windows color (decimal): -14080684 or 5514537. OLE color: 5514537.

HSL color Cylindrical-coordinate representation of color #292554: hue angle of 245.11º degrees, saturation: 0.39, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #292554 is Cyan = 0.51, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB 41 37 84 -
CMYK 0.51 0.56 0 0.67
HSL 245.11º 0.39% 0.24% -
HSV(B) 245.11º 0.56% 0.33% -
XYZ 3.18 2.43 8.69 -
YUV 43.55 150.83 126.18 -
System Red Green Blue C M Y K H S L
Decimal 41 37 84 0.51 0.56 0 0.67 245.11 0.39 0.24
Hex 29 25 54 33 38 0 43 F5 27 18
Octal 51 45 124 63 70 0 103 365 47 30
Binary 101001 100101 1010100 110011 111000 0 1000011 11110101 100111 11000

Color Harmonies of #292554

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #292554

Black with #292554

Text Example


Text Example

White with #292554

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #292554; }

 p { color: rgb(41,37,84); }

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

background-color css

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

 a { background-color: rgb(41,37,84); }

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

border-color css

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

 span { border-color: rgb(41,37,84); }

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