#211958

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

Shades of Paua #211958

Tints of Paua #211958

Color information

#211958 (or 0x211958) is unknown color: approx Paua. HEX triplet: 21, 19 and 58. RGB value is (33,25,88). Sum of RGB (Red+Green+Blue) = 33+25+88=146 (19% of max value = 765). Red value is 33 (13.28% from 255 or 22.60% from 146); Green value is 25 (10.16% from 255 or 17.12% from 146); Blue value is 88 (34.77% from 255 or 60.27% from 146); Max value from RGB is 88 - color contains mainly: blue. Hex color #211958 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #211958 is #DEE6A7. Grayscale: #222222. Windows color (decimal): -14608040 or 5773601. OLE color: 5773601.

HSL color Cylindrical-coordinate representation of color #211958: hue angle of 247.62º degrees, saturation: 0.56, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #211958 is Cyan = 0.62, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB332588-
CMYK0.620.7200.65
HSL247.62º55.75%22.16%-
HSV(B)247.62º71.59%34.51%-
XYZ2.741.729.42-
YUV34.57158.15126.88-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 22.60%
GREEN value IS 25 (10.16% from 255) = 17.12%
BLUE value IS 88 (34.77% from 255) = 60.27%
R=22.60%
G=17.12%
B=60.27%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal3325880.620.7200.65247.6255.7522.16
Hex2119583E48041f83816
Octal41311307611001013707026
Binary1000011100110110001111101001000010000011111100011100010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #211958

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #211958; }

 p { color: rgb(33,25,88); }

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

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

 a { background-color: rgb(33,25,88); }

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

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

 span { border-color: rgb(33,25,88); }

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