#212A33

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

Shades of Blue Charcoal #212A33

Tints of Blue Charcoal #212A33

Color information

#212A33 (or 0x212A33) is unknown color: approx Blue Charcoal. HEX triplet: 21, 2A and 33. RGB value is (33,42,51). Sum of RGB (Red+Green+Blue) = 33+42+51=126 (16% of max value = 765). Red value is 33 (13.28% from 255 or 26.19% from 126); Green value is 42 (16.80% from 255 or 33.33% from 126); Blue value is 51 (20.31% from 255 or 40.48% from 126); Max value from RGB is 51 - color contains mainly: blue. Hex color #212A33 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #212A33 is #DED5CC. Grayscale: #282828. Windows color (decimal): -14603725 or 3353121. OLE color: 3353121.

HSL color Cylindrical-coordinate representation of color #212A33: hue angle of 210º degrees, saturation: 0.21, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #212A33 is Cyan = 0.35, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.8.

Color convert

RGB334251-
CMYK0.350.1800.8
HSL210º21.43%16.47%-
HSV(B)210º35.29%20%-
XYZ2.052.223.45-
YUV40.34134.02122.77-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 26.19%
GREEN value IS 42 (16.80% from 255) = 33.33%
BLUE value IS 51 (20.31% from 255) = 40.48%
R=26.19%
G=33.33%
B=40.48%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.8
SystemRedGreenBlueCMYKHSL
Decimal3342510.350.1800.821021.4316.47
Hex212A332312050d21510
Octal415263432201203222520
Binary1000011010101100111000111001001010000110100101010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #212A33

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(33,42,51); }

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

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

 a { background-color: rgb(33,42,51); }

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

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

 span { border-color: rgb(33,42,51); }

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