Html Css Color HEX #292257 Paua

📋 copy color: '#292257'

red 41 ◦ green 34 ◦ blue 87

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

Shades of Paua #292257

Tints of Paua #292257

RGB

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

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

 BLUE value IS 87 (34.38% from 255) = 53.7%

R = 25.31%
G = 20.99%
B = 53.7%

CMYK

 C value IS 0.53

 M value IS 0.61

 Y value IS 0

 K value IS 0.66

RGB Variations

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

Color information

#292257 (or 0x292257) is known color: Paua. HEX triplet: 29, 22 and 57. RGB value is (41,34,87). Sum of RGB (Red+Green+Blue) = 41+34+87=162 (21% of max value = 765). Red value is 41 (16.41% from 255 or 25.31% from 162); Green value is 34 (13.67% from 255 or 20.99% from 162); Blue value is 87 (34.38% from 255 or 53.70% from 162); Max value from RGB is 87 - color contains mainly: blue. Hex color #292257 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #292257 is #D6DDA8. Grayscale: #292929. Windows color (decimal): -14081449 or 5710377. OLE color: 5710377.

HSL color Cylindrical-coordinate representation of color #292257: hue angle of 247.92º degrees, saturation: 0.44, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #292257 is Cyan = 0.53, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.66.

Color convert

RGB 41 34 87 -
CMYK 0.53 0.61 0 0.66
HSL 247.92º 0.44% 0.24% -
HSV(B) 247.92º 0.61% 0.34% -
XYZ 3.21 2.3 9.29 -
YUV 42.14 153.32 127.19 -
System Red Green Blue C M Y K H S L
Decimal 41 34 87 0.53 0.61 0 0.66 247.92 0.44 0.24
Hex 29 22 57 35 3D 0 42 F8 2C 18
Octal 51 42 127 65 75 0 102 370 54 30
Binary 101001 100010 1010111 110101 111101 0 1000010 11111000 101100 11000

Color Harmonies of #292257

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #292257

Black with #292257

Text Example


Text Example

White with #292257

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #292257; }

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

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

background-color css

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

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

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

border-color css

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

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

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