#22145D

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

Shades of Paua #22145D

Tints of Paua #22145D

Color information

#22145D (or 0x22145D) is unknown color: approx Paua. HEX triplet: 22, 14 and 5D. RGB value is (34,20,93). Sum of RGB (Red+Green+Blue) = 34+20+93=147 (19% of max value = 765). Red value is 34 (13.67% from 255 or 23.13% from 147); Green value is 20 (8.20% from 255 or 13.61% from 147); Blue value is 93 (36.72% from 255 or 63.27% from 147); Max value from RGB is 93 - color contains mainly: blue. Hex color #22145D is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #22145D is #DDEBA2. Grayscale: #202020. Windows color (decimal): -14543779 or 6100002. OLE color: 6100002.

HSL color Cylindrical-coordinate representation of color #22145D: hue angle of 251.51º degrees, saturation: 0.65, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #22145D is Cyan = 0.63, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB342093-
CMYK0.630.7800.64
HSL251.51º64.6%22.16%-
HSV(B)251.51º78.49%36.47%-
XYZ2.891.6310.52-
YUV32.51162.14129.06-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 23.13%
GREEN value IS 20 (8.20% from 255) = 13.61%
BLUE value IS 93 (36.72% from 255) = 63.27%
R=23.13%
G=13.61%
B=63.27%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal3420930.630.7800.64251.5164.622.16
Hex22145D3F4E040fc4116
Octal422413577116010037410126
Binary10001010100101110111111110011100100000011111100100000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #22145D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(34,20,93); }

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

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

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

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

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

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

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