Html Css Color HEX #292254 Paua

📋 copy color: '#292254'

red 41 ◦ green 34 ◦ blue 84

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

Shades of Paua #292254

Tints of Paua #292254

RGB

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

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

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

R = 25.79%
G = 21.38%
B = 52.83%

CMYK

 C value IS 0.51

 M value IS 0.60

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#292254 (or 0x292254) is known color: Paua. HEX triplet: 29, 22 and 54. RGB value is (41,34,84). Sum of RGB (Red+Green+Blue) = 41+34+84=159 (21% of max value = 765). Red value is 41 (16.41% from 255 or 25.79% from 159); Green value is 34 (13.67% from 255 or 21.38% from 159); Blue value is 84 (33.20% from 255 or 52.83% from 159); Max value from RGB is 84 - color contains mainly: blue. Hex color #292254 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #292254 is #D6DDAB. Grayscale: #292929. Windows color (decimal): -14081452 or 5513769. OLE color: 5513769.

HSL color Cylindrical-coordinate representation of color #292254: hue angle of 248.4º degrees, saturation: 0.42, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #292254 is Cyan = 0.51, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB 41 34 84 -
CMYK 0.51 0.60 0 0.67
HSL 248.4º 0.42% 0.23% -
HSV(B) 248.4º 0.6% 0.33% -
XYZ 3.09 2.26 8.66 -
YUV 41.79 151.82 127.43 -
System Red Green Blue C M Y K H S L
Decimal 41 34 84 0.51 0.60 0 0.67 248.4 0.42 0.23
Hex 29 22 54 33 3C 0 43 F8 2A 17
Octal 51 42 124 63 74 0 103 370 52 27
Binary 101001 100010 1010100 110011 111100 0 1000011 11111000 101010 10111

Color Harmonies of #292254

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #292254

Black with #292254

Text Example


Text Example

White with #292254

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #292254; }

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

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

background-color css

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

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

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

border-color css

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

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

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