#212D37

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

Shades of Tangaroa #212D37

Tints of Tangaroa #212D37

Color information

#212D37 (or 0x212D37) is unknown color: approx Tangaroa. HEX triplet: 21, 2D and 37. RGB value is (33,45,55). Sum of RGB (Red+Green+Blue) = 33+45+55=133 (17% of max value = 765). Red value is 33 (13.28% from 255 or 24.81% from 133); Green value is 45 (17.97% from 255 or 33.83% from 133); Blue value is 55 (21.88% from 255 or 41.35% from 133); Max value from RGB is 55 - color contains mainly: blue. Hex color #212D37 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #212D37 is #DED2C8. Grayscale: #2A2A2A. Windows color (decimal): -14602953 or 3616033. OLE color: 3616033.

HSL color Cylindrical-coordinate representation of color #212D37: hue angle of 207.27º degrees, saturation: 0.25, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #212D37 is Cyan = 0.4, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.78.

Color convert

RGB334555-
CMYK0.40.1800.78
HSL207.27º25%17.25%-
HSV(B)207.27º40%21.57%-
XYZ2.262.483.97-
YUV42.55135.02121.19-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 24.81%
GREEN value IS 45 (17.97% from 255) = 33.83%
BLUE value IS 55 (21.88% from 255) = 41.35%
R=24.81%
G=33.83%
B=41.35%

CMYK

C (Cyan) values IS 0.4
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal3345550.40.1800.78207.272517.25
Hex212D37281204Ecf1911
Octal415567502201163173121
Binary1000011011011101111010001001001001110110011111100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #212D37

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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