#211F47

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

Shades of Paua #211F47

Tints of Paua #211F47

Color information

#211F47 (or 0x211F47) is unknown color: approx Paua. HEX triplet: 21, 1F and 47. RGB value is (33,31,71). Sum of RGB (Red+Green+Blue) = 33+31+71=135 (17% of max value = 765). Red value is 33 (13.28% from 255 or 24.44% from 135); Green value is 31 (12.5% from 255 or 22.96% from 135); Blue value is 71 (28.12% from 255 or 52.59% from 135); Max value from RGB is 71 - color contains mainly: blue. Hex color #211F47 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #211F47 is #DEE0B8. Grayscale: #242424. Windows color (decimal): -14606521 or 4661025. OLE color: 4661025.

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

Color convert

RGB333171-
CMYK0.540.5600.72
HSL243º39.22%20%-
HSV(B)243º56.34%27.84%-
XYZ2.251.766.18-
YUV36.16147.66125.75-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 24.44%
GREEN value IS 31 (12.5% from 255) = 22.96%
BLUE value IS 71 (28.12% from 255) = 52.59%
R=24.44%
G=22.96%
B=52.59%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal3331710.540.5600.7224339.2220
Hex211F473638048f32714
Octal4137107667001103634724
Binary100001111111000111110110111000010010001111001110011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #211F47

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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