#24155A

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

Shades of Paua #24155A

Tints of Paua #24155A

Color information

#24155A (or 0x24155A) is unknown color: approx Paua. HEX triplet: 24, 15 and 5A. RGB value is (36,21,90). Sum of RGB (Red+Green+Blue) = 36+21+90=147 (19% of max value = 765). Red value is 36 (14.45% from 255 or 24.49% from 147); Green value is 21 (8.59% from 255 or 14.29% from 147); Blue value is 90 (35.55% from 255 or 61.22% from 147); Max value from RGB is 90 - color contains mainly: blue. Hex color #24155A is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #24155A is #DBEAA5. Grayscale: #212121. Windows color (decimal): -14412454 or 5903652. OLE color: 5903652.

HSL color Cylindrical-coordinate representation of color #24155A: hue angle of 253.04º degrees, saturation: 0.62, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #24155A is Cyan = 0.60, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB362190-
CMYK0.600.7700.65
HSL253.04º62.16%21.76%-
HSV(B)253.04º76.67%35.29%-
XYZ2.841.659.84-
YUV33.35159.97129.89-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 24.49%
GREEN value IS 21 (8.59% from 255) = 14.29%
BLUE value IS 90 (35.55% from 255) = 61.22%
R=24.49%
G=14.29%
B=61.22%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.77
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal3621900.600.7700.65253.0462.1621.76
Hex24155A3C4D041fd3e16
Octal44251327411501013757626
Binary1001001010110110101111001001101010000011111110111111010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #24155A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(36,21,90); }

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

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

 a { background-color: rgb(36,21,90); }

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

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

 span { border-color: rgb(36,21,90); }

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