Html Css Color HEX #292358 Paua

📋 copy color: '#292358'

red 41 ◦ green 35 ◦ blue 88

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

Shades of Paua #292358

Tints of Paua #292358

RGB

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

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

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

R = 25%
G = 21.34%
B = 53.66%

CMYK

 C value IS 0.53

 M value IS 0.60

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#292358 (or 0x292358) is known color: Paua. HEX triplet: 29, 23 and 58. RGB value is (41,35,88). Sum of RGB (Red+Green+Blue) = 41+35+88=164 (21% of max value = 765). Red value is 41 (16.41% from 255 or 25% from 164); Green value is 35 (14.06% from 255 or 21.34% from 164); Blue value is 88 (34.77% from 255 or 53.66% from 164); Max value from RGB is 88 - color contains mainly: blue. Hex color #292358 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #292358 is #D6DCA7. Grayscale: #2A2A2A. Windows color (decimal): -14081192 or 5776169. OLE color: 5776169.

HSL color Cylindrical-coordinate representation of color #292358: hue angle of 246.79º degrees, saturation: 0.43, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #292358 is Cyan = 0.53, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB 41 35 88 -
CMYK 0.53 0.60 0 0.65
HSL 246.79º 0.43% 0.24% -
HSV(B) 246.79º 0.6% 0.35% -
XYZ 3.28 2.38 9.52 -
YUV 42.84 153.49 126.69 -
System Red Green Blue C M Y K H S L
Decimal 41 35 88 0.53 0.60 0 0.65 246.79 0.43 0.24
Hex 29 23 58 35 3C 0 41 F7 2B 18
Octal 51 43 130 65 74 0 101 367 53 30
Binary 101001 100011 1011000 110101 111100 0 1000001 11110111 101011 11000

Color Harmonies of #292358

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #292358

Black with #292358

Text Example


Text Example

White with #292358

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #292358; }

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

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

background-color css

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

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

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

border-color css

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

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

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