#212F38

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

Shades of Tangaroa #212F38

Tints of Tangaroa #212F38

Color information

#212F38 (or 0x212F38) is unknown color: approx Tangaroa. HEX triplet: 21, 2F and 38. RGB value is (33,47,56). Sum of RGB (Red+Green+Blue) = 33+47+56=136 (18% of max value = 765). Red value is 33 (13.28% from 255 or 24.26% from 136); Green value is 47 (18.75% from 255 or 34.56% from 136); Blue value is 56 (22.27% from 255 or 41.18% from 136); Max value from RGB is 56 - color contains mainly: blue. Hex color #212F38 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #212F38 is #DED0C7. Grayscale: #2B2B2B. Windows color (decimal): -14602440 or 3682081. OLE color: 3682081.

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

Color convert

RGB334756-
CMYK0.410.1600.78
HSL203.48º25.84%17.45%-
HSV(B)203.48º41.07%21.96%-
XYZ2.362.644.13-
YUV43.84134.86120.27-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 24.26%
GREEN value IS 47 (18.75% from 255) = 34.56%
BLUE value IS 56 (22.27% from 255) = 41.18%
R=24.26%
G=34.56%
B=41.18%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal3347560.410.1600.78203.4825.8417.45
Hex212F38291004Ecb1a11
Octal415770512001163133221
Binary1000011011111110001010011000001001110110010111101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #212F38

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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