#24204E

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

Shades of Paua #24204E

Tints of Paua #24204E

Color information

#24204E (or 0x24204E) is unknown color: approx Paua. HEX triplet: 24, 20 and 4E. RGB value is (36,32,78). Sum of RGB (Red+Green+Blue) = 36+32+78=146 (19% of max value = 765). Red value is 36 (14.45% from 255 or 24.66% from 146); Green value is 32 (12.89% from 255 or 21.92% from 146); Blue value is 78 (30.86% from 255 or 53.42% from 146); Max value from RGB is 78 - color contains mainly: blue. Hex color #24204E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #24204E is #DBDFB1. Grayscale: #262626. Windows color (decimal): -14409650 or 5120036. OLE color: 5120036.

HSL color Cylindrical-coordinate representation of color #24204E: hue angle of 245.22º degrees, saturation: 0.42, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #24204E is Cyan = 0.54, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB363278-
CMYK0.540.5900.69
HSL245.22º41.82%21.57%-
HSV(B)245.22º58.97%30.59%-
XYZ2.621.967.45-
YUV38.44150.33126.26-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 24.66%
GREEN value IS 32 (12.89% from 255) = 21.92%
BLUE value IS 78 (30.86% from 255) = 53.42%
R=24.66%
G=21.92%
B=53.42%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal3632780.540.5900.69245.2241.8221.57
Hex24204E363B045f52a16
Octal4440116667301053655226
Binary1001001000001001110110110111011010001011111010110101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #24204E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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