#213B44

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

Shades of Tarawera #213B44

Tints of Tarawera #213B44

Color information

#213B44 (or 0x213B44) is unknown color: approx Tarawera. HEX triplet: 21, 3B and 44. RGB value is (33,59,68). Sum of RGB (Red+Green+Blue) = 33+59+68=160 (21% of max value = 765). Red value is 33 (13.28% from 255 or 20.62% from 160); Green value is 59 (23.44% from 255 or 36.88% from 160); Blue value is 68 (26.95% from 255 or 42.5% from 160); Max value from RGB is 68 - color contains mainly: blue. Hex color #213B44 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #213B44 is #DEC4BB. Grayscale: #343434. Windows color (decimal): -14599356 or 4471585. OLE color: 4471585.

HSL color Cylindrical-coordinate representation of color #213B44: hue angle of 195.43º 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 #213B44 is Cyan = 0.51, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.73.

Color convert

RGB335968-
CMYK0.510.1300.73
HSL195.43º34.65%19.8%-
HSV(B)195.43º51.47%26.67%-
XYZ3.233.876.05-
YUV52.25136.89114.27-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 20.62%
GREEN value IS 59 (23.44% from 255) = 36.88%
BLUE value IS 68 (26.95% from 255) = 42.5%
R=20.62%
G=36.88%
B=42.5%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal3359680.510.1300.73195.4334.6519.8
Hex213B4433D049c32314
Octal4173104631501113034324
Binary10000111101110001001100111101010010011100001110001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #213B44

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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