#24224D

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

Shades of Paua #24224D

Tints of Paua #24224D

Color information

#24224D (or 0x24224D) is unknown color: approx Paua. HEX triplet: 24, 22 and 4D. RGB value is (36,34,77). Sum of RGB (Red+Green+Blue) = 36+34+77=147 (19% of max value = 765). Red value is 36 (14.45% from 255 or 24.49% from 147); Green value is 34 (13.67% from 255 or 23.13% from 147); Blue value is 77 (30.47% from 255 or 52.38% from 147); Max value from RGB is 77 - color contains mainly: blue. Hex color #24224D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #24224D is #DBDDB2. Grayscale: #272727. Windows color (decimal): -14409139 or 5055012. OLE color: 5055012.

HSL color Cylindrical-coordinate representation of color #24224D: hue angle of 242.79º degrees, saturation: 0.39, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #24224D is Cyan = 0.53, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB363477-
CMYK0.530.5600.70
HSL242.79º38.74%21.76%-
HSV(B)242.79º55.84%30.2%-
XYZ2.642.057.28-
YUV39.5149.16125.5-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 24.49%
GREEN value IS 34 (13.67% from 255) = 23.13%
BLUE value IS 77 (30.47% from 255) = 52.38%
R=24.49%
G=23.13%
B=52.38%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal3634770.530.5600.70242.7938.7421.76
Hex24224D3538046f32716
Octal4442115657001063634726
Binary1001001000101001101110101111000010001101111001110011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #24224D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #24224D; }

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

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

<style>
 a { background-color: #24224D; }

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

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

<style>
 span { border-color: #24224D; }

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

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