#21154F

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

Shades of Paua #21154F

Tints of Paua #21154F

Color information

#21154F (or 0x21154F) is unknown color: approx Paua. HEX triplet: 21, 15 and 4F. RGB value is (33,21,79). Sum of RGB (Red+Green+Blue) = 33+21+79=133 (17% of max value = 765). Red value is 33 (13.28% from 255 or 24.81% from 133); Green value is 21 (8.59% from 255 or 15.79% from 133); Blue value is 79 (31.25% from 255 or 59.40% from 133); Max value from RGB is 79 - color contains mainly: blue. Hex color #21154F is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #21154F is #DEEAB0. Grayscale: #1E1E1E. Windows color (decimal): -14609073 or 5182753. OLE color: 5182753.

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

Color convert

RGB332179-
CMYK0.580.7300.69
HSL252.41º58%19.61%-
HSV(B)252.41º73.42%30.98%-
XYZ2.311.427.55-
YUV31.2154.98129.28-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 24.81%
GREEN value IS 21 (8.59% from 255) = 15.79%
BLUE value IS 79 (31.25% from 255) = 59.40%
R=24.81%
G=15.79%
B=59.40%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal3321790.580.7300.69252.415819.61
Hex21154F3A49045fc3a14
Octal41251177211101053747224
Binary1000011010110011111110101001001010001011111110011101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #21154F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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