#24225B

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

Shades of Paua #24225B

Tints of Paua #24225B

Color information

#24225B (or 0x24225B) is unknown color: approx Paua. HEX triplet: 24, 22 and 5B. RGB value is (36,34,91). Sum of RGB (Red+Green+Blue) = 36+34+91=161 (21% of max value = 765). Red value is 36 (14.45% from 255 or 22.36% from 161); Green value is 34 (13.67% from 255 or 21.12% from 161); Blue value is 91 (35.94% from 255 or 56.52% from 161); Max value from RGB is 91 - color contains mainly: blue. Hex color #24225B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #24225B is #DBDDA4. Grayscale: #282828. Windows color (decimal): -14409125 or 5972516. OLE color: 5972516.

HSL color Cylindrical-coordinate representation of color #24225B: hue angle of 242.11º degrees, saturation: 0.46, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #24225B is Cyan = 0.60, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB363491-
CMYK0.600.6300.64
HSL242.11º45.6%24.51%-
HSV(B)242.11º62.64%35.69%-
XYZ3.192.2710.17-
YUV41.1156.16124.37-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 22.36%
GREEN value IS 34 (13.67% from 255) = 21.12%
BLUE value IS 91 (35.94% from 255) = 56.52%
R=22.36%
G=21.12%
B=56.52%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal3634910.600.6300.64242.1145.624.51
Hex24225B3C3F040f22e19
Octal4442133747701003625631
Binary1001001000101011011111100111111010000001111001010111011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #24225B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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