#212C36

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

Shades of Tangaroa #212C36

Tints of Tangaroa #212C36

Color information

#212C36 (or 0x212C36) is unknown color: approx Tangaroa. HEX triplet: 21, 2C and 36. RGB value is (33,44,54). Sum of RGB (Red+Green+Blue) = 33+44+54=131 (17% of max value = 765). Red value is 33 (13.28% from 255 or 25.19% from 131); Green value is 44 (17.58% from 255 or 33.59% from 131); Blue value is 54 (21.48% from 255 or 41.22% from 131); Max value from RGB is 54 - color contains mainly: blue. Hex color #212C36 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #212C36 is #DED3C9. Grayscale: #292929. Windows color (decimal): -14603210 or 3550241. OLE color: 3550241.

HSL color Cylindrical-coordinate representation of color #212C36: hue angle of 208.57º 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 #212C36 is Cyan = 0.39, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.79.

Color convert

RGB334454-
CMYK0.390.1900.79
HSL208.57º24.14%17.06%-
HSV(B)208.57º38.89%21.18%-
XYZ2.192.393.84-
YUV41.85134.86121.69-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 25.19%
GREEN value IS 44 (17.58% from 255) = 33.59%
BLUE value IS 54 (21.48% from 255) = 41.22%
R=25.19%
G=33.59%
B=41.22%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal3344540.390.1900.79208.5724.1417.06
Hex212C36271304Fd11811
Octal415466472301173213021
Binary1000011011001101101001111001101001111110100011100010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #212C36

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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