#211751

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

Shades of Paua #211751

Tints of Paua #211751

Color information

#211751 (or 0x211751) is unknown color: approx Paua. HEX triplet: 21, 17 and 51. RGB value is (33,23,81). Sum of RGB (Red+Green+Blue) = 33+23+81=137 (18% of max value = 765). Red value is 33 (13.28% from 255 or 24.09% from 137); Green value is 23 (9.38% from 255 or 16.79% from 137); Blue value is 81 (32.03% from 255 or 59.12% from 137); Max value from RGB is 81 - color contains mainly: blue. Hex color #211751 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #211751 is #DEE8AE. Grayscale: #202020. Windows color (decimal): -14608559 or 5314337. OLE color: 5314337.

HSL color Cylindrical-coordinate representation of color #211751: hue angle of 250.34º degrees, saturation: 0.56, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #211751 is Cyan = 0.59, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.68.

Color convert

RGB332381-
CMYK0.590.7200.68
HSL250.34º55.77%20.39%-
HSV(B)250.34º71.6%31.76%-
XYZ2.421.537.95-
YUV32.6155.31128.28-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 24.09%
GREEN value IS 23 (9.38% from 255) = 16.79%
BLUE value IS 81 (32.03% from 255) = 59.12%
R=24.09%
G=16.79%
B=59.12%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal3323810.590.7200.68250.3455.7720.39
Hex2117513B48044fa3814
Octal41271217311001043727024
Binary1000011011110100011110111001000010001001111101011100010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #211751

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #211751; }

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

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

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

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

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

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

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

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