#22224C

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

Shades of Paua #22224C

Tints of Paua #22224C

Color information

#22224C (or 0x22224C) is unknown color: approx Paua. HEX triplet: 22, 22 and 4C. RGB value is (34,34,76). Sum of RGB (Red+Green+Blue) = 34+34+76=144 (19% of max value = 765). Red value is 34 (13.67% from 255 or 23.61% from 144); Green value is 34 (13.67% from 255 or 23.61% from 144); Blue value is 76 (30.08% from 255 or 52.78% from 144); Max value from RGB is 76 - color contains mainly: blue. Hex color #22224C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #22224C is #DDDDB3. Grayscale: #262626. Windows color (decimal): -14540212 or 4989474. OLE color: 4989474.

HSL color Cylindrical-coordinate representation of color #22224C: hue angle of 240º degrees, saturation: 0.38, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #22224C is Cyan = 0.55, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB343476-
CMYK0.550.5500.70
HSL240º38.18%21.57%-
HSV(B)240º55.26%29.8%-
XYZ2.542.017.09-
YUV38.79149124.58-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 23.61%
GREEN value IS 34 (13.67% from 255) = 23.61%
BLUE value IS 76 (30.08% from 255) = 52.78%
R=23.61%
G=23.61%
B=52.78%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal3434760.550.5500.7024038.1821.57
Hex22224C3737046f02616
Octal4242114676701063604626
Binary1000101000101001100110111110111010001101111000010011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #22224C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #22224C; }

 p { color: rgb(34,34,76); }

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

<style>
 a { background-color: #22224C; }

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

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

<style>
 span { border-color: #22224C; }

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

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