#22214D

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

Shades of Paua #22214D

Tints of Paua #22214D

Color information

#22214D (or 0x22214D) is unknown color: approx Paua. HEX triplet: 22, 21 and 4D. RGB value is (34,33,77). Sum of RGB (Red+Green+Blue) = 34+33+77=144 (19% of max value = 765). Red value is 34 (13.67% from 255 or 23.61% from 144); Green value is 33 (13.28% from 255 or 22.92% from 144); Blue value is 77 (30.47% from 255 or 53.47% from 144); Max value from RGB is 77 - color contains mainly: blue. Hex color #22214D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #22214D is #DDDEB2. Grayscale: #262626. Windows color (decimal): -14540467 or 5054754. OLE color: 5054754.

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

Color convert

RGB343377-
CMYK0.560.5700.70
HSL241.36º40%21.57%-
HSV(B)241.36º57.14%30.2%-
XYZ2.541.967.27-
YUV38.32149.83124.92-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 23.61%
GREEN value IS 33 (13.28% from 255) = 22.92%
BLUE value IS 77 (30.47% from 255) = 53.47%
R=23.61%
G=22.92%
B=53.47%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal3433770.560.5700.70241.364021.57
Hex22214D3839046f12816
Octal4241115707101063615026
Binary1000101000011001101111000111001010001101111000110100010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #22214D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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