#24204C

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

Shades of Paua #24204C

Tints of Paua #24204C

Color information

#24204C (or 0x24204C) is unknown color: approx Paua. HEX triplet: 24, 20 and 4C. RGB value is (36,32,76). Sum of RGB (Red+Green+Blue) = 36+32+76=144 (19% of max value = 765). Red value is 36 (14.45% from 255 or 25% from 144); Green value is 32 (12.89% from 255 or 22.22% from 144); Blue value is 76 (30.08% from 255 or 52.78% from 144); Max value from RGB is 76 - color contains mainly: blue. Hex color #24204C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #24204C is #DBDFB3. Grayscale: #262626. Windows color (decimal): -14409652 or 4988964. OLE color: 4988964.

HSL color Cylindrical-coordinate representation of color #24204C: hue angle of 245.45º 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 #24204C is Cyan = 0.53, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB363276-
CMYK0.530.5800.70
HSL245.45º40.74%21.18%-
HSV(B)245.45º57.89%29.8%-
XYZ2.551.937.08-
YUV38.21149.33126.42-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 25%
GREEN value IS 32 (12.89% from 255) = 22.22%
BLUE value IS 76 (30.08% from 255) = 52.78%
R=25%
G=22.22%
B=52.78%

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
Decimal3632760.530.5800.70245.4540.7421.18
Hex24204C353A046f52915
Octal4440114657201063655125
Binary1001001000001001100110101111010010001101111010110100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #24204C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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