#213B47

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

Shades of Tarawera #213B47

Tints of Tarawera #213B47

Color information

#213B47 (or 0x213B47) is unknown color: approx Tarawera. HEX triplet: 21, 3B and 47. RGB value is (33,59,71). Sum of RGB (Red+Green+Blue) = 33+59+71=163 (21% of max value = 765). Red value is 33 (13.28% from 255 or 20.25% from 163); Green value is 59 (23.44% from 255 or 36.20% from 163); Blue value is 71 (28.12% from 255 or 43.56% from 163); Max value from RGB is 71 - color contains mainly: blue. Hex color #213B47 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #213B47 is #DEC4B8. Grayscale: #343434. Windows color (decimal): -14599353 or 4668193. OLE color: 4668193.

HSL color Cylindrical-coordinate representation of color #213B47: hue angle of 198.95º degrees, saturation: 0.37, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #213B47 is Cyan = 0.54, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.72.

Color convert

RGB335971-
CMYK0.540.1700.72
HSL198.95º36.54%20.39%-
HSV(B)198.95º53.52%27.84%-
XYZ3.333.916.54-
YUV52.59138.39114.02-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 20.25%
GREEN value IS 59 (23.44% from 255) = 36.20%
BLUE value IS 71 (28.12% from 255) = 43.56%
R=20.25%
G=36.20%
B=43.56%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal3359710.540.1700.72198.9536.5420.39
Hex213B473611048c72514
Octal4173107662101103074524
Binary100001111011100011111011010001010010001100011110010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #213B47

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #213B47; }

 p { color: rgb(33,59,71); }

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

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

 a { background-color: rgb(33,59,71); }

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

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

 span { border-color: rgb(33,59,71); }

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