Html Css Color HEX #292450 Paua

📋 copy color: '#292450'

red 41 ◦ green 36 ◦ blue 80

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

Shades of Paua #292450

Tints of Paua #292450

RGB

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

 GREEN value IS 36 (14.45% from 255) = 22.93%

 BLUE value IS 80 (31.64% from 255) = 50.96%

R = 26.11%
G = 22.93%
B = 50.96%

CMYK

 C value IS 0.49

 M value IS 0.55

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#292450 (or 0x292450) is known color: Paua. HEX triplet: 29, 24 and 50. RGB value is (41,36,80). Sum of RGB (Red+Green+Blue) = 41+36+80=157 (20% of max value = 765). Red value is 41 (16.41% from 255 or 26.11% from 157); Green value is 36 (14.45% from 255 or 22.93% from 157); Blue value is 80 (31.64% from 255 or 50.96% from 157); Max value from RGB is 80 - color contains mainly: blue. Hex color #292450 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #292450 is #D6DBAF. Grayscale: #2A2A2A. Windows color (decimal): -14080944 or 5252137. OLE color: 5252137.

HSL color Cylindrical-coordinate representation of color #292450: hue angle of 246.82º degrees, saturation: 0.38, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #292450 is Cyan = 0.49, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB 41 36 80 -
CMYK 0.49 0.55 0 0.69
HSL 246.82º 0.38% 0.23% -
HSV(B) 246.82º 0.55% 0.31% -
XYZ 2.99 2.31 7.88 -
YUV 42.51 149.16 126.92 -
System Red Green Blue C M Y K H S L
Decimal 41 36 80 0.49 0.55 0 0.69 246.82 0.38 0.23
Hex 29 24 50 31 37 0 45 F7 26 17
Octal 51 44 120 61 67 0 105 367 46 27
Binary 101001 100100 1010000 110001 110111 0 1000101 11110111 100110 10111

Color Harmonies of #292450

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #292450

Black with #292450

Text Example


Text Example

White with #292450

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #292450; }

 p { color: rgb(41,36,80); }

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

background-color css

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

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

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

border-color css

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

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

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