#214C49

Color #214C49 Tiber (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Tiber #214C49

Tints of Tiber #214C49

Color information

#214C49 (or 0x214C49) is unknown color: approx Tiber. HEX triplet: 21, 4C and 49. RGB value is (33,76,73). Sum of RGB (Red+Green+Blue) = 33+76+73=182 (24% of max value = 765). Red value is 33 (13.28% from 255 or 18.13% from 182); Green value is 76 (30.08% from 255 or 41.76% from 182); Blue value is 73 (28.91% from 255 or 40.11% from 182); Max value from RGB is 76 - color contains mainly: green. Hex color #214C49 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #214C49 is #DEB3B6. Grayscale: #3E3E3E. Windows color (decimal): -14594999 or 4803617. OLE color: 4803617.

HSL color Cylindrical-coordinate representation of color #214C49: hue angle of 175.81º degrees, saturation: 0.39, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #214C49 is Cyan = 0.57, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.70.

Color convert

RGB337673-
CMYK0.5700.040.70
HSL175.81º39.45%21.37%-
HSV(B)175.81º56.58%29.8%-
XYZ4.415.977.22-
YUV62.8133.75106.74-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 18.13%
GREEN value IS 76 (30.08% from 255) = 41.76%
BLUE value IS 73 (28.91% from 255) = 40.11%
R=18.13%
G=41.76%
B=40.11%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal3376730.5700.040.70175.8139.4521.37
Hex214C49390446b02715
Octal4111411171041062604725
Binary10000110011001001001111001010010001101011000010011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #214C49

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #214C49; }

 p { color: rgb(33,76,73); }

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

<style>
 a { background-color: #214C49; }

 a { background-color: rgb(33,76,73); }

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

<style>
 span { border-color: #214C49; }

 span { border-color: rgb(33,76,73); }

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