#211650

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

Shades of Paua #211650

Tints of Paua #211650

Color information

#211650 (or 0x211650) is unknown color: approx Paua. HEX triplet: 21, 16 and 50. RGB value is (33,22,80). Sum of RGB (Red+Green+Blue) = 33+22+80=135 (17% of max value = 765). Red value is 33 (13.28% from 255 or 24.44% from 135); Green value is 22 (8.98% from 255 or 16.30% from 135); Blue value is 80 (31.64% from 255 or 59.26% from 135); Max value from RGB is 80 - color contains mainly: blue. Hex color #211650 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #211650 is #DEE9AF. Grayscale: #1F1F1F. Windows color (decimal): -14608816 or 5248545. OLE color: 5248545.

HSL color Cylindrical-coordinate representation of color #211650: hue angle of 251.38º degrees, saturation: 0.57, 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 #211650 is Cyan = 0.59, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB332280-
CMYK0.590.7200.69
HSL251.38º56.86%20%-
HSV(B)251.38º72.5%31.37%-
XYZ2.361.487.75-
YUV31.9155.14128.78-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 24.44%
GREEN value IS 22 (8.98% from 255) = 16.30%
BLUE value IS 80 (31.64% from 255) = 59.26%
R=24.44%
G=16.30%
B=59.26%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal3322800.590.7200.69251.3856.8620
Hex2116503B48045fb3914
Octal41261207311001053737124
Binary1000011011010100001110111001000010001011111101111100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #211650

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #211650; }

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

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

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

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

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

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

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

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