#214749

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

Shades of Tiber #214749

Tints of Tiber #214749

Color information

#214749 (or 0x214749) is unknown color: approx Tiber. HEX triplet: 21, 47 and 49. RGB value is (33,71,73). Sum of RGB (Red+Green+Blue) = 33+71+73=177 (23% of max value = 765). Red value is 33 (13.28% from 255 or 18.64% from 177); Green value is 71 (28.12% from 255 or 40.11% from 177); Blue value is 73 (28.91% from 255 or 41.24% from 177); Max value from RGB is 73 - color contains mainly: blue. Hex color #214749 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #214749 is #DEB8B6. Grayscale: #3B3B3B. Windows color (decimal): -14596279 or 4802337. OLE color: 4802337.

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

Color convert

RGB337173-
CMYK0.550.0300.71
HSL183º37.74%20.78%-
HSV(B)183º54.79%28.63%-
XYZ4.085.317.11-
YUV59.87135.41108.84-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 18.64%
GREEN value IS 71 (28.12% from 255) = 40.11%
BLUE value IS 73 (28.91% from 255) = 41.24%
R=18.64%
G=40.11%
B=41.24%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal3371730.550.0300.7118337.7420.78
Hex214749373047b72615
Octal4110711167301072674625
Binary1000011000111100100111011111010001111011011110011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #214749

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #214749; }

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

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

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

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

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

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

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

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