Html Css Color HEX #292557 Paua

📋 copy color: '#292557'

red 41 ◦ green 37 ◦ blue 87

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

Shades of Paua #292557

Tints of Paua #292557

RGB

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

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

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

R = 24.85%
G = 22.42%
B = 52.73%

CMYK

 C value IS 0.53

 M value IS 0.57

 Y value IS 0

 K value IS 0.66

RGB Variations

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

Color information

#292557 (or 0x292557) is known color: Paua. HEX triplet: 29, 25 and 57. RGB value is (41,37,87). Sum of RGB (Red+Green+Blue) = 41+37+87=165 (21% of max value = 765). Red value is 41 (16.41% from 255 or 24.85% from 165); Green value is 37 (14.84% from 255 or 22.42% from 165); Blue value is 87 (34.38% from 255 or 52.73% from 165); Max value from RGB is 87 - color contains mainly: blue. Hex color #292557 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #292557 is #D6DAA8. Grayscale: #2B2B2B. Windows color (decimal): -14080681 or 5711145. OLE color: 5711145.

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

Color convert

RGB 41 37 87 -
CMYK 0.53 0.57 0 0.66
HSL 244.8º 0.4% 0.24% -
HSV(B) 244.8º 0.57% 0.34% -
XYZ 3.3 2.48 9.32 -
YUV 43.9 152.33 125.93 -
System Red Green Blue C M Y K H S L
Decimal 41 37 87 0.53 0.57 0 0.66 244.8 0.4 0.24
Hex 29 25 57 35 39 0 42 F5 28 18
Octal 51 45 127 65 71 0 102 365 50 30
Binary 101001 100101 1010111 110101 111001 0 1000010 11110101 101000 11000

Color Harmonies of #292557

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #292557

Black with #292557

Text Example


Text Example

White with #292557

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #292557; }

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

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

background-color css

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

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

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

border-color css

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

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

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