#214443

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

Shades of Tiber #214443

Tints of Tiber #214443

Color information

#214443 (or 0x214443) is unknown color: approx Tiber. HEX triplet: 21, 44 and 43. RGB value is (33,68,67). Sum of RGB (Red+Green+Blue) = 33+68+67=168 (22% of max value = 765). Red value is 33 (13.28% from 255 or 19.64% from 168); Green value is 68 (26.95% from 255 or 40.48% from 168); Blue value is 67 (26.56% from 255 or 39.88% from 168); Max value from RGB is 68 - color contains mainly: green. Hex color #214443 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #214443 is #DEBBBC. Grayscale: #393939. Windows color (decimal): -14597053 or 4408353. OLE color: 4408353.

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

Color convert

RGB336867-
CMYK0.5100.010.73
HSL178.29º34.65%19.8%-
HSV(B)178.29º51.47%26.67%-
XYZ3.714.866.05-
YUV57.42133.4110.58-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 19.64%
GREEN value IS 68 (26.95% from 255) = 40.48%
BLUE value IS 67 (26.56% from 255) = 39.88%
R=19.64%
G=40.48%
B=39.88%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal3368670.5100.010.73178.2934.6519.8
Hex214443330149b22314
Octal4110410363011112624324
Binary100001100010010000111100110110010011011001010001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #214443

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #214443; }

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

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

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

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

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

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

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

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