#211D48

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

Shades of Paua #211D48

Tints of Paua #211D48

Color information

#211D48 (or 0x211D48) is unknown color: approx Paua. HEX triplet: 21, 1D and 48. RGB value is (33,29,72). Sum of RGB (Red+Green+Blue) = 33+29+72=134 (17% of max value = 765). Red value is 33 (13.28% from 255 or 24.63% from 134); Green value is 29 (11.72% from 255 or 21.64% from 134); Blue value is 72 (28.52% from 255 or 53.73% from 134); Max value from RGB is 72 - color contains mainly: blue. Hex color #211D48 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #211D48 is #DEE2B7. Grayscale: #222222. Windows color (decimal): -14607032 or 4726049. OLE color: 4726049.

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

Color convert

RGB332972-
CMYK0.540.6000.72
HSL245.58º42.57%19.8%-
HSV(B)245.58º59.72%28.24%-
XYZ2.241.676.34-
YUV35.1148.83126.5-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 24.63%
GREEN value IS 29 (11.72% from 255) = 21.64%
BLUE value IS 72 (28.52% from 255) = 53.73%
R=24.63%
G=21.64%
B=53.73%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal3329720.540.6000.72245.5842.5719.8
Hex211D48363C048f62b14
Octal4135110667401103665324
Binary100001111011001000110110111100010010001111011010101110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #211D48

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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