#213A44

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

Shades of Tarawera #213A44

Tints of Tarawera #213A44

Color information

#213A44 (or 0x213A44) is unknown color: approx Tarawera. HEX triplet: 21, 3A and 44. RGB value is (33,58,68). Sum of RGB (Red+Green+Blue) = 33+58+68=159 (21% of max value = 765). Red value is 33 (13.28% from 255 or 20.75% from 159); Green value is 58 (23.05% from 255 or 36.48% from 159); Blue value is 68 (26.95% from 255 or 42.77% from 159); Max value from RGB is 68 - color contains mainly: blue. Hex color #213A44 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #213A44 is #DEC5BB. Grayscale: #333333. Windows color (decimal): -14599612 or 4471329. OLE color: 4471329.

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

Color convert

RGB335868-
CMYK0.510.1500.73
HSL197.14º34.65%19.8%-
HSV(B)197.14º51.47%26.67%-
XYZ3.183.776.03-
YUV51.66137.22114.69-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 20.75%
GREEN value IS 58 (23.05% from 255) = 36.48%
BLUE value IS 68 (26.95% from 255) = 42.77%
R=20.75%
G=36.48%
B=42.77%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal3358680.510.1500.73197.1434.6519.8
Hex213A4433F049c52314
Octal4172104631701113054324
Binary10000111101010001001100111111010010011100010110001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #213A44

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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