#212F3A

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

Shades of Tangaroa #212F3A

Tints of Tangaroa #212F3A

Color information

#212F3A (or 0x212F3A) is unknown color: approx Tangaroa. HEX triplet: 21, 2F and 3A. RGB value is (33,47,58). Sum of RGB (Red+Green+Blue) = 33+47+58=138 (18% of max value = 765). Red value is 33 (13.28% from 255 or 23.91% from 138); Green value is 47 (18.75% from 255 or 34.06% from 138); Blue value is 58 (23.05% from 255 or 42.03% from 138); Max value from RGB is 58 - color contains mainly: blue. Hex color #212F3A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #212F3A is #DED0C5. Grayscale: #2C2C2C. Windows color (decimal): -14602438 or 3813153. OLE color: 3813153.

HSL color Cylindrical-coordinate representation of color #212F3A: hue angle of 206.4º degrees, saturation: 0.27, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #212F3A is Cyan = 0.43, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.77.

Color convert

RGB334758-
CMYK0.430.1900.77
HSL206.4º27.47%17.84%-
HSV(B)206.4º43.1%22.75%-
XYZ2.412.664.39-
YUV44.07135.86120.11-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 23.91%
GREEN value IS 47 (18.75% from 255) = 34.06%
BLUE value IS 58 (23.05% from 255) = 42.03%
R=23.91%
G=34.06%
B=42.03%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.77
SystemRedGreenBlueCMYKHSL
Decimal3347580.430.1900.77206.427.4717.84
Hex212F3A2B1304Dce1b12
Octal415772532301153163322
Binary1000011011111110101010111001101001101110011101101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #212F3A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(33,47,58); }

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

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

 a { background-color: rgb(33,47,58); }

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

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

 span { border-color: rgb(33,47,58); }

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