#24224F

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

Shades of Paua #24224F

Tints of Paua #24224F

Color information

#24224F (or 0x24224F) is unknown color: approx Paua. HEX triplet: 24, 22 and 4F. RGB value is (36,34,79). Sum of RGB (Red+Green+Blue) = 36+34+79=149 (19% of max value = 765). Red value is 36 (14.45% from 255 or 24.16% from 149); Green value is 34 (13.67% from 255 or 22.82% from 149); Blue value is 79 (31.25% from 255 or 53.02% from 149); Max value from RGB is 79 - color contains mainly: blue. Hex color #24224F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #24224F is #DBDDB0. Grayscale: #272727. Windows color (decimal): -14409137 or 5186084. OLE color: 5186084.

HSL color Cylindrical-coordinate representation of color #24224F: hue angle of 242.67º degrees, saturation: 0.4, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #24224F is Cyan = 0.54, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB363479-
CMYK0.540.5700.69
HSL242.67º39.82%22.16%-
HSV(B)242.67º56.96%30.98%-
XYZ2.712.087.66-
YUV39.73150.16125.34-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 24.16%
GREEN value IS 34 (13.67% from 255) = 22.82%
BLUE value IS 79 (31.25% from 255) = 53.02%
R=24.16%
G=22.82%
B=53.02%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal3634790.540.5700.69242.6739.8222.16
Hex24224F3639045f32816
Octal4442117667101053635026
Binary1001001000101001111110110111001010001011111001110100010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #24224F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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