#213A49

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

Shades of Tarawera #213A49

Tints of Tarawera #213A49

Color information

#213A49 (or 0x213A49) is unknown color: approx Tarawera. HEX triplet: 21, 3A and 49. RGB value is (33,58,73). Sum of RGB (Red+Green+Blue) = 33+58+73=164 (21% of max value = 765). Red value is 33 (13.28% from 255 or 20.12% from 164); Green value is 58 (23.05% from 255 or 35.37% from 164); Blue value is 73 (28.91% from 255 or 44.51% from 164); Max value from RGB is 73 - color contains mainly: blue. Hex color #213A49 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #213A49 is #DEC5B6. Grayscale: #343434. Windows color (decimal): -14599607 or 4799009. OLE color: 4799009.

HSL color Cylindrical-coordinate representation of color #213A49: hue angle of 202.5º degrees, saturation: 0.38, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #213A49 is Cyan = 0.55, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB335873-
CMYK0.550.2100.71
HSL202.5º37.74%20.78%-
HSV(B)202.5º54.79%28.63%-
XYZ3.343.836.87-
YUV52.24139.72114.28-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 20.12%
GREEN value IS 58 (23.05% from 255) = 35.37%
BLUE value IS 73 (28.91% from 255) = 44.51%
R=20.12%
G=35.37%
B=44.51%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal3358730.550.2100.71202.537.7420.78
Hex213A493715047ca2615
Octal4172111672501073124625
Binary100001111010100100111011110101010001111100101010011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #213A49

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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