#213A45

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

Shades of Tarawera #213A45

Tints of Tarawera #213A45

Color information

#213A45 (or 0x213A45) is unknown color: approx Tarawera. HEX triplet: 21, 3A and 45. RGB value is (33,58,69). Sum of RGB (Red+Green+Blue) = 33+58+69=160 (21% of max value = 765). Red value is 33 (13.28% from 255 or 20.62% from 160); Green value is 58 (23.05% from 255 or 36.25% from 160); Blue value is 69 (27.34% from 255 or 43.12% from 160); Max value from RGB is 69 - color contains mainly: blue. Hex color #213A45 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #213A45 is #DEC5BA. Grayscale: #333333. Windows color (decimal): -14599611 or 4536865. OLE color: 4536865.

HSL color Cylindrical-coordinate representation of color #213A45: hue angle of 198.33º degrees, saturation: 0.35, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #213A45 is Cyan = 0.52, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.73.

Color convert

RGB335869-
CMYK0.520.1600.73
HSL198.33º35.29%20%-
HSV(B)198.33º52.17%27.06%-
XYZ3.213.786.19-
YUV51.78137.72114.61-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 20.62%
GREEN value IS 58 (23.05% from 255) = 36.25%
BLUE value IS 69 (27.34% from 255) = 43.12%
R=20.62%
G=36.25%
B=43.12%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal3358690.520.1600.73198.3335.2920
Hex213A453410049c62314
Octal4172105642001113064324
Binary100001111010100010111010010000010010011100011010001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #213A45

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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