#22224D

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

Shades of Paua #22224D

Tints of Paua #22224D

Color information

#22224D (or 0x22224D) is unknown color: approx Paua. HEX triplet: 22, 22 and 4D. RGB value is (34,34,77). Sum of RGB (Red+Green+Blue) = 34+34+77=145 (19% of max value = 765). Red value is 34 (13.67% from 255 or 23.45% from 145); Green value is 34 (13.67% from 255 or 23.45% from 145); Blue value is 77 (30.47% from 255 or 53.10% from 145); Max value from RGB is 77 - color contains mainly: blue. Hex color #22224D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #22224D is #DDDDB2. Grayscale: #262626. Windows color (decimal): -14540211 or 5055010. OLE color: 5055010.

HSL color Cylindrical-coordinate representation of color #22224D: hue angle of 240º 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 #22224D is Cyan = 0.56, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB343477-
CMYK0.560.5600.70
HSL240º38.74%21.76%-
HSV(B)240º55.84%30.2%-
XYZ2.572.027.28-
YUV38.9149.5124.5-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 23.45%
GREEN value IS 34 (13.67% from 255) = 23.45%
BLUE value IS 77 (30.47% from 255) = 53.10%
R=23.45%
G=23.45%
B=53.10%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal3434770.560.5600.7024038.7421.76
Hex22224D3838046f02716
Octal4242115707001063604726
Binary1000101000101001101111000111000010001101111000010011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #22224D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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