#214746

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

Shades of Tiber #214746

Tints of Tiber #214746

Color information

#214746 (or 0x214746) is unknown color: approx Tiber. HEX triplet: 21, 47 and 46. RGB value is (33,71,70). Sum of RGB (Red+Green+Blue) = 33+71+70=174 (23% of max value = 765). Red value is 33 (13.28% from 255 or 18.97% from 174); Green value is 71 (28.12% from 255 or 40.80% from 174); Blue value is 70 (27.73% from 255 or 40.23% from 174); Max value from RGB is 71 - color contains mainly: green. Hex color #214746 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #214746 is #DEB8B9. Grayscale: #3B3B3B. Windows color (decimal): -14596282 or 4605729. OLE color: 4605729.

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

Color convert

RGB337170-
CMYK0.5400.010.72
HSL178.42º36.54%20.39%-
HSV(B)178.42º53.52%27.84%-
XYZ3.995.276.6-
YUV59.52133.91109.08-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 18.97%
GREEN value IS 71 (28.12% from 255) = 40.80%
BLUE value IS 70 (27.73% from 255) = 40.23%
R=18.97%
G=40.80%
B=40.23%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal3371700.5400.010.72178.4236.5420.39
Hex214746360148b22514
Octal4110710666011102624524
Binary100001100011110001101101100110010001011001010010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #214746

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #214746; }

 p { color: rgb(33,71,70); }

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

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

 a { background-color: rgb(33,71,70); }

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

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

 span { border-color: rgb(33,71,70); }

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