Html Css Color HEX #292858 Paua

📋 copy color: '#292858'

red 41 ◦ green 40 ◦ blue 88

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

Shades of Paua #292858

Tints of Paua #292858

RGB

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

 GREEN value IS 40 (16.02% from 255) = 23.67%

 BLUE value IS 88 (34.77% from 255) = 52.07%

R = 24.26%
G = 23.67%
B = 52.07%

CMYK

 C value IS 0.53

 M value IS 0.55

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#292858 (or 0x292858) is known color: Paua. HEX triplet: 29, 28 and 58. RGB value is (41,40,88). Sum of RGB (Red+Green+Blue) = 41+40+88=169 (22% of max value = 765). Red value is 41 (16.41% from 255 or 24.26% from 169); Green value is 40 (16.02% from 255 or 23.67% from 169); Blue value is 88 (34.77% from 255 or 52.07% from 169); Max value from RGB is 88 - color contains mainly: blue. Hex color #292858 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #292858 is #D6D7A7. Grayscale: #2D2D2D. Windows color (decimal): -14079912 or 5777449. OLE color: 5777449.

HSL color Cylindrical-coordinate representation of color #292858: hue angle of 241.25º degrees, saturation: 0.38, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #292858 is Cyan = 0.53, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB 41 40 88 -
CMYK 0.53 0.55 0 0.65
HSL 241.25º 0.38% 0.25% -
HSV(B) 241.25º 0.55% 0.35% -
XYZ 3.43 2.69 9.57 -
YUV 45.77 151.83 124.6 -
System Red Green Blue C M Y K H S L
Decimal 41 40 88 0.53 0.55 0 0.65 241.25 0.38 0.25
Hex 29 28 58 35 37 0 41 F1 26 19
Octal 51 50 130 65 67 0 101 361 46 31
Binary 101001 101000 1011000 110101 110111 0 1000001 11110001 100110 11001

Color Harmonies of #292858

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #292858

Black with #292858

Text Example


Text Example

White with #292858

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #292858; }

 p { color: rgb(41,40,88); }

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

background-color css

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

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

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

border-color css

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

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

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