#213D4A

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

Shades of Tarawera #213D4A

Tints of Tarawera #213D4A

Color information

#213D4A (or 0x213D4A) is unknown color: approx Tarawera. HEX triplet: 21, 3D and 4A. RGB value is (33,61,74). Sum of RGB (Red+Green+Blue) = 33+61+74=168 (22% of max value = 765). Red value is 33 (13.28% from 255 or 19.64% from 168); Green value is 61 (24.22% from 255 or 36.31% from 168); Blue value is 74 (29.30% from 255 or 44.05% from 168); Max value from RGB is 74 - color contains mainly: blue. Hex color #213D4A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #213D4A is #DEC2B5. Grayscale: #363636. Windows color (decimal): -14598838 or 4865313. OLE color: 4865313.

HSL color Cylindrical-coordinate representation of color #213D4A: hue angle of 199.02º 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 #213D4A is Cyan = 0.55, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB336174-
CMYK0.550.1800.71
HSL199.02º38.32%20.98%-
HSV(B)199.02º55.41%29.02%-
XYZ3.534.167.09-
YUV54.11139.22112.94-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 19.64%
GREEN value IS 61 (24.22% from 255) = 36.31%
BLUE value IS 74 (29.30% from 255) = 44.05%
R=19.64%
G=36.31%
B=44.05%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal3361740.550.1800.71199.0238.3220.98
Hex213D4A3712047c72615
Octal4175112672201073074625
Binary100001111101100101011011110010010001111100011110011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #213D4A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(33,61,74); }

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

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

 a { background-color: rgb(33,61,74); }

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

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

 span { border-color: rgb(33,61,74); }

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