#213A48

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

Shades of Tarawera #213A48

Tints of Tarawera #213A48

Color information

#213A48 (or 0x213A48) is unknown color: approx Tarawera. HEX triplet: 21, 3A and 48. RGB value is (33,58,72). Sum of RGB (Red+Green+Blue) = 33+58+72=163 (21% of max value = 765). Red value is 33 (13.28% from 255 or 20.25% from 163); Green value is 58 (23.05% from 255 or 35.58% from 163); Blue value is 72 (28.52% from 255 or 44.17% from 163); Max value from RGB is 72 - color contains mainly: blue. Hex color #213A48 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #213A48 is #DEC5B7. Grayscale: #343434. Windows color (decimal): -14599608 or 4733473. OLE color: 4733473.

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

Color convert

RGB335872-
CMYK0.540.1900.72
HSL201.54º37.14%20.59%-
HSV(B)201.54º54.17%28.24%-
XYZ3.313.826.69-
YUV52.12139.22114.36-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 20.25%
GREEN value IS 58 (23.05% from 255) = 35.58%
BLUE value IS 72 (28.52% from 255) = 44.17%
R=20.25%
G=35.58%
B=44.17%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal3358720.540.1900.72201.5437.1420.59
Hex213A483613048ca2515
Octal4172110662301103124525
Binary100001111010100100011011010011010010001100101010010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #213A48

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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