Html Css Color HEX #292957 Paua

📋 copy color: '#292957'

red 41 ◦ green 41 ◦ blue 87

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

Shades of Paua #292957

Tints of Paua #292957

RGB

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

 GREEN value IS 41 (16.41% from 255) = 24.26%

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

R = 24.26%
G = 24.26%
B = 51.48%

CMYK

 C value IS 0.53

 M value IS 0.53

 Y value IS 0

 K value IS 0.66

RGB Variations

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

Color information

#292957 (or 0x292957) is known color: Paua. HEX triplet: 29, 29 and 57. RGB value is (41,41,87). Sum of RGB (Red+Green+Blue) = 41+41+87=169 (22% of max value = 765). Red value is 41 (16.41% from 255 or 24.26% from 169); Green value is 41 (16.41% from 255 or 24.26% from 169); Blue value is 87 (34.38% from 255 or 51.48% from 169); Max value from RGB is 87 - color contains mainly: blue. Hex color #292957 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #292957 is #D6D6A8. Grayscale: #2E2E2E. Windows color (decimal): -14079657 or 5712169. OLE color: 5712169.

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

Color convert

RGB 41 41 87 -
CMYK 0.53 0.53 0 0.66
HSL 240º 0.36% 0.25% -
HSV(B) 240º 0.53% 0.34% -
XYZ 3.43 2.75 9.37 -
YUV 46.24 151 124.26 -
System Red Green Blue C M Y K H S L
Decimal 41 41 87 0.53 0.53 0 0.66 240 0.36 0.25
Hex 29 29 57 35 35 0 42 F0 24 19
Octal 51 51 127 65 65 0 102 360 44 31
Binary 101001 101001 1010111 110101 110101 0 1000010 11110000 100100 11001

Color Harmonies of #292957

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #292957

Black with #292957

Text Example


Text Example

White with #292957

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #292957; }

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

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

background-color css

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

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

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

border-color css

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

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

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