#24225A

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

Shades of Paua #24225A

Tints of Paua #24225A

Color information

#24225A (or 0x24225A) is unknown color: approx Paua. HEX triplet: 24, 22 and 5A. RGB value is (36,34,90). Sum of RGB (Red+Green+Blue) = 36+34+90=160 (21% of max value = 765). Red value is 36 (14.45% from 255 or 22.5% from 160); Green value is 34 (13.67% from 255 or 21.25% from 160); Blue value is 90 (35.55% from 255 or 56.25% from 160); Max value from RGB is 90 - color contains mainly: blue. Hex color #24225A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #24225A is #DBDDA5. Grayscale: #282828. Windows color (decimal): -14409126 or 5906980. OLE color: 5906980.

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

Color convert

RGB363490-
CMYK0.600.6200.65
HSL242.14º45.16%24.31%-
HSV(B)242.14º62.22%35.29%-
XYZ3.152.269.94-
YUV40.98155.66124.45-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 22.5%
GREEN value IS 34 (13.67% from 255) = 21.25%
BLUE value IS 90 (35.55% from 255) = 56.25%
R=22.5%
G=21.25%
B=56.25%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal3634900.600.6200.65242.1445.1624.31
Hex24225A3C3E041f22d18
Octal4442132747601013625530
Binary1001001000101011010111100111110010000011111001010110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #24225A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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