#212D49

Color #212D49 Bunting (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Bunting #212D49

Tints of Bunting #212D49

Color information

#212D49 (or 0x212D49) is unknown color: approx Bunting. HEX triplet: 21, 2D and 49. RGB value is (33,45,73). Sum of RGB (Red+Green+Blue) = 33+45+73=151 (20% of max value = 765). Red value is 33 (13.28% from 255 or 21.85% from 151); Green value is 45 (17.97% from 255 or 29.80% from 151); Blue value is 73 (28.91% from 255 or 48.34% from 151); Max value from RGB is 73 - color contains mainly: blue. Hex color #212D49 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #212D49 is #DED2B6. Grayscale: #2C2C2C. Windows color (decimal): -14602935 or 4795681. OLE color: 4795681.

HSL color Cylindrical-coordinate representation of color #212D49: hue angle of 222º degrees, saturation: 0.38, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #212D49 is Cyan = 0.55, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB334573-
CMYK0.550.3800.71
HSL222º37.74%20.78%-
HSV(B)222º54.79%28.63%-
XYZ2.772.686.67-
YUV44.6144.02119.72-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 21.85%
GREEN value IS 45 (17.97% from 255) = 29.80%
BLUE value IS 73 (28.91% from 255) = 48.34%
R=21.85%
G=29.80%
B=48.34%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal3345730.550.3800.7122237.7420.78
Hex212D493726047de2615
Octal4155111674601073364625
Binary1000011011011001001110111100110010001111101111010011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #212D49

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #212D49; }

 p { color: rgb(33,45,73); }

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

<style>
 a { background-color: #212D49; }

 a { background-color: rgb(33,45,73); }

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

<style>
 span { border-color: #212D49; }

 span { border-color: rgb(33,45,73); }

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