#24204A

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

Shades of Paua #24204A

Tints of Paua #24204A

Color information

#24204A (or 0x24204A) is unknown color: approx Paua. HEX triplet: 24, 20 and 4A. RGB value is (36,32,74). Sum of RGB (Red+Green+Blue) = 36+32+74=142 (18% of max value = 765). Red value is 36 (14.45% from 255 or 25.35% from 142); Green value is 32 (12.89% from 255 or 22.54% from 142); Blue value is 74 (29.30% from 255 or 52.11% from 142); Max value from RGB is 74 - color contains mainly: blue. Hex color #24204A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #24204A is #DBDFB5. Grayscale: #252525. Windows color (decimal): -14409654 or 4857892. OLE color: 4857892.

HSL color Cylindrical-coordinate representation of color #24204A: hue angle of 245.71º degrees, saturation: 0.4, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #24204A is Cyan = 0.51, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB363274-
CMYK0.510.5700.71
HSL245.71º39.62%20.78%-
HSV(B)245.71º56.76%29.02%-
XYZ2.481.96.72-
YUV37.98148.33126.58-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 25.35%
GREEN value IS 32 (12.89% from 255) = 22.54%
BLUE value IS 74 (29.30% from 255) = 52.11%
R=25.35%
G=22.54%
B=52.11%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal3632740.510.5700.71245.7139.6220.78
Hex24204A3339047f62815
Octal4440112637101073665025
Binary1001001000001001010110011111001010001111111011010100010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #24204A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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