#24205F

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

Shades of Paua #24205F

Tints of Paua #24205F

Color information

#24205F (or 0x24205F) is unknown color: approx Paua. HEX triplet: 24, 20 and 5F. RGB value is (36,32,95). Sum of RGB (Red+Green+Blue) = 36+32+95=163 (21% of max value = 765). Red value is 36 (14.45% from 255 or 22.09% from 163); Green value is 32 (12.89% from 255 or 19.63% from 163); Blue value is 95 (37.5% from 255 or 58.28% from 163); Max value from RGB is 95 - color contains mainly: blue. Hex color #24205F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #24205F is #DBDFA0. Grayscale: #282828. Windows color (decimal): -14409633 or 6234148. OLE color: 6234148.

HSL color Cylindrical-coordinate representation of color #24205F: hue angle of 243.81º degrees, saturation: 0.5, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #24205F is Cyan = 0.62, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB363295-
CMYK0.620.6600.63
HSL243.81º49.61%24.9%-
HSV(B)243.81º66.32%37.25%-
XYZ3.312.2311.08-
YUV40.38158.83124.88-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 22.09%
GREEN value IS 32 (12.89% from 255) = 19.63%
BLUE value IS 95 (37.5% from 255) = 58.28%
R=22.09%
G=19.63%
B=58.28%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal3632950.620.6600.63243.8149.6124.9
Hex24205F3E4203Ff43219
Octal4440137761020773646231
Binary1001001000001011111111110100001001111111111010011001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #24205F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #24205F; }

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

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

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

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

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

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

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

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