#213038

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

Shades of Tangaroa #213038

Tints of Tangaroa #213038

Color information

#213038 (or 0x213038) is unknown color: approx Tangaroa. HEX triplet: 21, 30 and 38. RGB value is (33,48,56). Sum of RGB (Red+Green+Blue) = 33+48+56=137 (18% of max value = 765). Red value is 33 (13.28% from 255 or 24.09% from 137); Green value is 48 (19.14% from 255 or 35.04% from 137); Blue value is 56 (22.27% from 255 or 40.88% from 137); Max value from RGB is 56 - color contains mainly: blue. Hex color #213038 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #213038 is #DECFC7. Grayscale: #2C2C2C. Windows color (decimal): -14602184 or 3682337. OLE color: 3682337.

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

Color convert

RGB334856-
CMYK0.410.1400.78
HSL200.87º25.84%17.45%-
HSV(B)200.87º41.07%21.96%-
XYZ2.42.724.14-
YUV44.43134.53119.85-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 24.09%
GREEN value IS 48 (19.14% from 255) = 35.04%
BLUE value IS 56 (22.27% from 255) = 40.88%
R=24.09%
G=35.04%
B=40.88%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal3348560.410.1400.78200.8725.8417.45
Hex21303829E04Ec91a11
Octal416070511601163113221
Binary100001110000111000101001111001001110110010011101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #213038

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #213038; }

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

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

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

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

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

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

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

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