#211750

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

Shades of Paua #211750

Tints of Paua #211750

Color information

#211750 (or 0x211750) is unknown color: approx Paua. HEX triplet: 21, 17 and 50. RGB value is (33,23,80). Sum of RGB (Red+Green+Blue) = 33+23+80=136 (18% of max value = 765). Red value is 33 (13.28% from 255 or 24.26% from 136); Green value is 23 (9.38% from 255 or 16.91% from 136); Blue value is 80 (31.64% from 255 or 58.82% from 136); Max value from RGB is 80 - color contains mainly: blue. Hex color #211750 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #211750 is #DEE8AF. Grayscale: #202020. Windows color (decimal): -14608560 or 5248801. OLE color: 5248801.

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

Color convert

RGB332380-
CMYK0.590.7100.69
HSL250.53º55.34%20.2%-
HSV(B)250.53º71.25%31.37%-
XYZ2.381.527.76-
YUV32.49154.81128.37-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 24.26%
GREEN value IS 23 (9.38% from 255) = 16.91%
BLUE value IS 80 (31.64% from 255) = 58.82%
R=24.26%
G=16.91%
B=58.82%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal3323800.590.7100.69250.5355.3420.2
Hex2117503B47045fb3714
Octal41271207310701053736724
Binary1000011011110100001110111000111010001011111101111011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #211750

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #211750; }

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

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

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

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

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

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

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

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