#212E38

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

Shades of Tangaroa #212E38

Tints of Tangaroa #212E38

Color information

#212E38 (or 0x212E38) is unknown color: approx Tangaroa. HEX triplet: 21, 2E and 38. RGB value is (33,46,56). Sum of RGB (Red+Green+Blue) = 33+46+56=135 (17% of max value = 765). Red value is 33 (13.28% from 255 or 24.44% from 135); Green value is 46 (18.36% from 255 or 34.07% from 135); Blue value is 56 (22.27% from 255 or 41.48% from 135); Max value from RGB is 56 - color contains mainly: blue. Hex color #212E38 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #212E38 is #DED1C7. Grayscale: #2B2B2B. Windows color (decimal): -14602696 or 3681825. OLE color: 3681825.

HSL color Cylindrical-coordinate representation of color #212E38: hue angle of 206.09º 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 #212E38 is Cyan = 0.41, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.78.

Color convert

RGB334656-
CMYK0.410.1800.78
HSL206.09º25.84%17.45%-
HSV(B)206.09º41.07%21.96%-
XYZ2.322.564.11-
YUV43.25135.19120.69-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 24.44%
GREEN value IS 46 (18.36% from 255) = 34.07%
BLUE value IS 56 (22.27% from 255) = 41.48%
R=24.44%
G=34.07%
B=41.48%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal3346560.410.1800.78206.0925.8417.45
Hex212E38291204Ece1a11
Octal415670512201163163221
Binary1000011011101110001010011001001001110110011101101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #212E38

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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