#211C48

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

Shades of Paua #211C48

Tints of Paua #211C48

Color information

#211C48 (or 0x211C48) is unknown color: approx Paua. HEX triplet: 21, 1C and 48. RGB value is (33,28,72). Sum of RGB (Red+Green+Blue) = 33+28+72=133 (17% of max value = 765). Red value is 33 (13.28% from 255 or 24.81% from 133); Green value is 28 (11.33% from 255 or 21.05% from 133); Blue value is 72 (28.52% from 255 or 54.14% from 133); Max value from RGB is 72 - color contains mainly: blue. Hex color #211C48 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #211C48 is #DEE3B7. Grayscale: #222222. Windows color (decimal): -14607288 or 4725793. OLE color: 4725793.

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

Color convert

RGB332872-
CMYK0.540.6100.72
HSL246.82º44%19.61%-
HSV(B)246.82º61.11%28.24%-
XYZ2.211.626.33-
YUV34.51149.16126.92-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 24.81%
GREEN value IS 28 (11.33% from 255) = 21.05%
BLUE value IS 72 (28.52% from 255) = 54.14%
R=24.81%
G=21.05%
B=54.14%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal3328720.540.6100.72246.824419.61
Hex211C48363D048f72c14
Octal4134110667501103675424
Binary100001111001001000110110111101010010001111011110110010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #211C48

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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