#212D36

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

Shades of Tangaroa #212D36

Tints of Tangaroa #212D36

Color information

#212D36 (or 0x212D36) is unknown color: approx Tangaroa. HEX triplet: 21, 2D and 36. RGB value is (33,45,54). Sum of RGB (Red+Green+Blue) = 33+45+54=132 (17% of max value = 765). Red value is 33 (13.28% from 255 or 25% from 132); Green value is 45 (17.97% from 255 or 34.09% from 132); Blue value is 54 (21.48% from 255 or 40.91% from 132); Max value from RGB is 54 - color contains mainly: blue. Hex color #212D36 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #212D36 is #DED2C9. Grayscale: #2A2A2A. Windows color (decimal): -14602954 or 3550497. OLE color: 3550497.

HSL color Cylindrical-coordinate representation of color #212D36: hue angle of 205.71º degrees, saturation: 0.24, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #212D36 is Cyan = 0.39, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.79.

Color convert

RGB334554-
CMYK0.390.1700.79
HSL205.71º24.14%17.06%-
HSV(B)205.71º38.89%21.18%-
XYZ2.232.473.85-
YUV42.44134.52121.27-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 25%
GREEN value IS 45 (17.97% from 255) = 34.09%
BLUE value IS 54 (21.48% from 255) = 40.91%
R=25%
G=34.09%
B=40.91%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal3345540.390.1700.79205.7124.1417.06
Hex212D36271104Fce1811
Octal415566472101173163021
Binary1000011011011101101001111000101001111110011101100010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #212D36

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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