#211D45

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

Shades of Paua #211D45

Tints of Paua #211D45

Color information

#211D45 (or 0x211D45) is unknown color: approx Paua. HEX triplet: 21, 1D and 45. RGB value is (33,29,69). Sum of RGB (Red+Green+Blue) = 33+29+69=131 (17% of max value = 765). Red value is 33 (13.28% from 255 or 25.19% from 131); Green value is 29 (11.72% from 255 or 22.14% from 131); Blue value is 69 (27.34% from 255 or 52.67% from 131); Max value from RGB is 69 - color contains mainly: blue. Hex color #211D45 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #211D45 is #DEE2BA. Grayscale: #222222. Windows color (decimal): -14607035 or 4529441. OLE color: 4529441.

HSL color Cylindrical-coordinate representation of color #211D45: hue angle of 246º degrees, saturation: 0.41, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #211D45 is Cyan = 0.52, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.73.

Color convert

RGB332969-
CMYK0.520.5800.73
HSL246º40.82%19.22%-
HSV(B)246º57.97%27.06%-
XYZ2.141.635.83-
YUV34.76147.33126.75-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 25.19%
GREEN value IS 29 (11.72% from 255) = 22.14%
BLUE value IS 69 (27.34% from 255) = 52.67%
R=25.19%
G=22.14%
B=52.67%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal3329690.520.5800.7324640.8219.22
Hex211D45343A049f62913
Octal4135105647201113665123
Binary100001111011000101110100111010010010011111011010100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #211D45

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(33,29,69); }

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

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

 a { background-color: rgb(33,29,69); }

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

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

 span { border-color: rgb(33,29,69); }

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