#24204D

Color #24204D Paua (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Paua #24204D

Tints of Paua #24204D

Color information

#24204D (or 0x24204D) is unknown color: approx Paua. HEX triplet: 24, 20 and 4D. RGB value is (36,32,77). Sum of RGB (Red+Green+Blue) = 36+32+77=145 (19% of max value = 765). Red value is 36 (14.45% from 255 or 24.83% from 145); Green value is 32 (12.89% from 255 or 22.07% from 145); Blue value is 77 (30.47% from 255 or 53.10% from 145); Max value from RGB is 77 - color contains mainly: blue. Hex color #24204D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #24204D is #DBDFB2. Grayscale: #262626. Windows color (decimal): -14409651 or 5054500. OLE color: 5054500.

HSL color Cylindrical-coordinate representation of color #24204D: hue angle of 245.33º degrees, saturation: 0.41, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #24204D is Cyan = 0.53, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB363277-
CMYK0.530.5800.70
HSL245.33º41.28%21.37%-
HSV(B)245.33º58.44%30.2%-
XYZ2.581.947.26-
YUV38.33149.83126.34-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 24.83%
GREEN value IS 32 (12.89% from 255) = 22.07%
BLUE value IS 77 (30.47% from 255) = 53.10%
R=24.83%
G=22.07%
B=53.10%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal3632770.530.5800.70245.3341.2821.37
Hex24204D353A046f52915
Octal4440115657201063655125
Binary1001001000001001101110101111010010001101111010110100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #24204D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #24204D; }

 p { color: rgb(36,32,77); }

 H1.HeaderClassName
 {
   color: #24204D;
 }
 .AnyTagClassName
 {
   color: #24204D;
 }
</style>
background-color css

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

 a { background-color: rgb(36,32,77); }

 div.DivClassName
 {
   background-color: #24204D;
 }
 .BgClassName
 {
   background-color: #24204D;
 }
</style>
border-color css

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

 span { border-color: rgb(36,32,77); }

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