Html Css Color HEX #292351 Paua

📋 copy color: '#292351'

red 41 ◦ green 35 ◦ blue 81

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

Shades of Paua #292351

Tints of Paua #292351

RGB

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

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

 BLUE value IS 81 (32.03% from 255) = 51.59%

R = 26.11%
G = 22.29%
B = 51.59%

CMYK

 C value IS 0.49

 M value IS 0.57

 Y value IS 0

 K value IS 0.68

RGB Variations

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

Color information

#292351 (or 0x292351) is known color: Paua. HEX triplet: 29, 23 and 51. RGB value is (41,35,81). Sum of RGB (Red+Green+Blue) = 41+35+81=157 (20% of max value = 765). Red value is 41 (16.41% from 255 or 26.11% from 157); Green value is 35 (14.06% from 255 or 22.29% from 157); Blue value is 81 (32.03% from 255 or 51.59% from 157); Max value from RGB is 81 - color contains mainly: blue. Hex color #292351 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #292351 is #D6DCAE. Grayscale: #292929. Windows color (decimal): -14081199 or 5317417. OLE color: 5317417.

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

Color convert

RGB 41 35 81 -
CMYK 0.49 0.57 0 0.68
HSL 247.83º 0.4% 0.23% -
HSV(B) 247.83º 0.57% 0.32% -
XYZ 3 2.27 8.06 -
YUV 42.04 149.99 127.26 -
System Red Green Blue C M Y K H S L
Decimal 41 35 81 0.49 0.57 0 0.68 247.83 0.4 0.23
Hex 29 23 51 31 39 0 44 F8 28 17
Octal 51 43 121 61 71 0 104 370 50 27
Binary 101001 100011 1010001 110001 111001 0 1000100 11111000 101000 10111

Color Harmonies of #292351

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #292351

Black with #292351

Text Example


Text Example

White with #292351

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #292351; }

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

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

background-color css

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

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

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

border-color css

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

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

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