#24245A

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

Shades of Paua #24245A

Tints of Paua #24245A

Color information

#24245A (or 0x24245A) is unknown color: approx Paua. HEX triplet: 24, 24 and 5A. RGB value is (36,36,90). Sum of RGB (Red+Green+Blue) = 36+36+90=162 (21% of max value = 765). Red value is 36 (14.45% from 255 or 22.22% from 162); Green value is 36 (14.45% from 255 or 22.22% from 162); Blue value is 90 (35.55% from 255 or 55.56% from 162); Max value from RGB is 90 - color contains mainly: blue. Hex color #24245A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #24245A is #DBDBA5. Grayscale: #292929. Windows color (decimal): -14408614 or 5907492. OLE color: 5907492.

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

Color convert

RGB363690-
CMYK0.600.6000.65
HSL240º42.86%24.71%-
HSV(B)240º60%35.29%-
XYZ3.22.389.96-
YUV42.16155123.61-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 22.22%
GREEN value IS 36 (14.45% from 255) = 22.22%
BLUE value IS 90 (35.55% from 255) = 55.56%
R=22.22%
G=22.22%
B=55.56%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal3636900.600.6000.6524042.8624.71
Hex24245A3C3C041f02b19
Octal4444132747401013605331
Binary1001001001001011010111100111100010000011111000010101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #24245A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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