Html Css Color HEX #292354 Paua

📋 copy color: '#292354'

red 41 ◦ green 35 ◦ blue 84

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

Shades of Paua #292354

Tints of Paua #292354

RGB

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

 GREEN value IS 35 (14.06% from 255) = 21.88%

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

R = 25.63%
G = 21.88%
B = 52.5%

CMYK

 C value IS 0.51

 M value IS 0.58

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#292354 (or 0x292354) is known color: Paua. HEX triplet: 29, 23 and 54. RGB value is (41,35,84). Sum of RGB (Red+Green+Blue) = 41+35+84=160 (21% of max value = 765). Red value is 41 (16.41% from 255 or 25.62% from 160); Green value is 35 (14.06% from 255 or 21.88% from 160); Blue value is 84 (33.20% from 255 or 52.5% from 160); Max value from RGB is 84 - color contains mainly: blue. Hex color #292354 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #292354 is #D6DCAB. Grayscale: #2A2A2A. Windows color (decimal): -14081196 or 5514025. OLE color: 5514025.

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

Color convert

RGB 41 35 84 -
CMYK 0.51 0.58 0 0.67
HSL 247.35º 0.41% 0.23% -
HSV(B) 247.35º 0.58% 0.33% -
XYZ 3.12 2.31 8.67 -
YUV 42.38 151.49 127.02 -
System Red Green Blue C M Y K H S L
Decimal 41 35 84 0.51 0.58 0 0.67 247.35 0.41 0.23
Hex 29 23 54 33 3A 0 43 F7 29 17
Octal 51 43 124 63 72 0 103 367 51 27
Binary 101001 100011 1010100 110011 111010 0 1000011 11110111 101001 10111

Color Harmonies of #292354

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #292354

Black with #292354

Text Example


Text Example

White with #292354

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #292354; }

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

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

background-color css

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

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

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

border-color css

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

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

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