#211F46

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

Shades of Paua #211F46

Tints of Paua #211F46

Color information

#211F46 (or 0x211F46) is unknown color: approx Paua. HEX triplet: 21, 1F and 46. RGB value is (33,31,70). Sum of RGB (Red+Green+Blue) = 33+31+70=134 (17% of max value = 765). Red value is 33 (13.28% from 255 or 24.63% from 134); Green value is 31 (12.5% from 255 or 23.13% from 134); Blue value is 70 (27.73% from 255 or 52.24% from 134); Max value from RGB is 70 - color contains mainly: blue. Hex color #211F46 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #211F46 is #DEE0B9. Grayscale: #232323. Windows color (decimal): -14606522 or 4595489. OLE color: 4595489.

HSL color Cylindrical-coordinate representation of color #211F46: hue angle of 243.08º degrees, saturation: 0.39, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #211F46 is Cyan = 0.53, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.73.

Color convert

RGB333170-
CMYK0.530.5600.73
HSL243.08º38.61%19.8%-
HSV(B)243.08º55.71%27.45%-
XYZ2.221.756.01-
YUV36.04147.16125.83-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 24.63%
GREEN value IS 31 (12.5% from 255) = 23.13%
BLUE value IS 70 (27.73% from 255) = 52.24%
R=24.63%
G=23.13%
B=52.24%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal3331700.530.5600.73243.0838.6119.8
Hex211F463538049f32714
Octal4137106657001113634724
Binary100001111111000110110101111000010010011111001110011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #211F46

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #211F46; }

 p { color: rgb(33,31,70); }

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

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

 a { background-color: rgb(33,31,70); }

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

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

 span { border-color: rgb(33,31,70); }

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