#211D4F

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

Shades of Paua #211D4F

Tints of Paua #211D4F

Color information

#211D4F (or 0x211D4F) is unknown color: approx Paua. HEX triplet: 21, 1D and 4F. RGB value is (33,29,79). Sum of RGB (Red+Green+Blue) = 33+29+79=141 (18% of max value = 765). Red value is 33 (13.28% from 255 or 23.40% from 141); Green value is 29 (11.72% from 255 or 20.57% from 141); Blue value is 79 (31.25% from 255 or 56.03% from 141); Max value from RGB is 79 - color contains mainly: blue. Hex color #211D4F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #211D4F is #DEE2B0. Grayscale: #232323. Windows color (decimal): -14607025 or 5184801. OLE color: 5184801.

HSL color Cylindrical-coordinate representation of color #211D4F: hue angle of 244.8º degrees, saturation: 0.46, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #211D4F is Cyan = 0.58, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB332979-
CMYK0.580.6300.69
HSL244.8º46.3%21.18%-
HSV(B)244.8º63.29%30.98%-
XYZ2.481.777.61-
YUV35.9152.33125.93-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 23.40%
GREEN value IS 29 (11.72% from 255) = 20.57%
BLUE value IS 79 (31.25% from 255) = 56.03%
R=23.40%
G=20.57%
B=56.03%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal3329790.580.6300.69244.846.321.18
Hex211D4F3A3F045f52e15
Octal4135117727701053655625
Binary100001111011001111111010111111010001011111010110111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #211D4F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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