Html Css Color HEX #292552 Paua

📋 copy color: '#292552'

red 41 ◦ green 37 ◦ blue 82

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

Shades of Paua #292552

Tints of Paua #292552

RGB

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

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

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

R = 25.63%
G = 23.13%
B = 51.25%

CMYK

 C value IS 0.50

 M value IS 0.55

 Y value IS 0

 K value IS 0.68

RGB Variations

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

Color information

#292552 (or 0x292552) is known color: Paua. HEX triplet: 29, 25 and 52. RGB value is (41,37,82). Sum of RGB (Red+Green+Blue) = 41+37+82=160 (21% of max value = 765). Red value is 41 (16.41% from 255 or 25.62% from 160); Green value is 37 (14.84% from 255 or 23.12% from 160); Blue value is 82 (32.42% from 255 or 51.25% from 160); Max value from RGB is 82 - color contains mainly: blue. Hex color #292552 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #292552 is #D6DAAD. Grayscale: #2B2B2B. Windows color (decimal): -14080686 or 5383465. OLE color: 5383465.

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

Color convert

RGB 41 37 82 -
CMYK 0.50 0.55 0 0.68
HSL 245.33º 0.38% 0.23% -
HSV(B) 245.33º 0.55% 0.32% -
XYZ 3.1 2.4 8.28 -
YUV 43.33 149.83 126.34 -
System Red Green Blue C M Y K H S L
Decimal 41 37 82 0.50 0.55 0 0.68 245.33 0.38 0.23
Hex 29 25 52 32 37 0 44 F5 26 17
Octal 51 45 122 62 67 0 104 365 46 27
Binary 101001 100101 1010010 110010 110111 0 1000100 11110101 100110 10111

Color Harmonies of #292552

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #292552

Black with #292552

Text Example


Text Example

White with #292552

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #292552; }

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

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

background-color css

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

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

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

border-color css

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

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

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