#21164F

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

Shades of Paua #21164F

Tints of Paua #21164F

Color information

#21164F (or 0x21164F) is unknown color: approx Paua. HEX triplet: 21, 16 and 4F. RGB value is (33,22,79). Sum of RGB (Red+Green+Blue) = 33+22+79=134 (17% of max value = 765). Red value is 33 (13.28% from 255 or 24.63% from 134); Green value is 22 (8.98% from 255 or 16.42% from 134); Blue value is 79 (31.25% from 255 or 58.96% from 134); Max value from RGB is 79 - color contains mainly: blue. Hex color #21164F is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #21164F is #DEE9B0. Grayscale: #1F1F1F. Windows color (decimal): -14608817 or 5183009. OLE color: 5183009.

HSL color Cylindrical-coordinate representation of color #21164F: hue angle of 251.58º degrees, saturation: 0.56, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #21164F is Cyan = 0.58, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB332279-
CMYK0.580.7200.69
HSL251.58º56.44%19.8%-
HSV(B)251.58º72.15%30.98%-
XYZ2.331.467.56-
YUV31.79154.64128.87-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 24.63%
GREEN value IS 22 (8.98% from 255) = 16.42%
BLUE value IS 79 (31.25% from 255) = 58.96%
R=24.63%
G=16.42%
B=58.96%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal3322790.580.7200.69251.5856.4419.8
Hex21164F3A48045fc3814
Octal41261177211001053747024
Binary1000011011010011111110101001000010001011111110011100010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #21164F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(33,22,79); }

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

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

 a { background-color: rgb(33,22,79); }

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

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

 span { border-color: rgb(33,22,79); }

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