#213C4B

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

Shades of Tarawera #213C4B

Tints of Tarawera #213C4B

Color information

#213C4B (or 0x213C4B) is unknown color: approx Tarawera. HEX triplet: 21, 3C and 4B. RGB value is (33,60,75). Sum of RGB (Red+Green+Blue) = 33+60+75=168 (22% of max value = 765). Red value is 33 (13.28% from 255 or 19.64% from 168); Green value is 60 (23.83% from 255 or 35.71% from 168); Blue value is 75 (29.69% from 255 or 44.64% from 168); Max value from RGB is 75 - color contains mainly: blue. Hex color #213C4B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #213C4B is #DEC3B4. Grayscale: #353535. Windows color (decimal): -14599093 or 4930593. OLE color: 4930593.

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

Color convert

RGB336075-
CMYK0.560.2000.71
HSL201.43º38.89%21.18%-
HSV(B)201.43º56%29.41%-
XYZ3.514.067.26-
YUV53.64140.05113.28-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 19.64%
GREEN value IS 60 (23.83% from 255) = 35.71%
BLUE value IS 75 (29.69% from 255) = 44.64%
R=19.64%
G=35.71%
B=44.64%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal3360750.560.2000.71201.4338.8921.18
Hex213C4B3814047c92715
Octal4174113702401073114725
Binary100001111100100101111100010100010001111100100110011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #213C4B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(33,60,75); }

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

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

 a { background-color: rgb(33,60,75); }

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

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

 span { border-color: rgb(33,60,75); }

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