#214648

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

Shades of Tiber #214648

Tints of Tiber #214648

Color information

#214648 (or 0x214648) is unknown color: approx Tiber. HEX triplet: 21, 46 and 48. RGB value is (33,70,72). Sum of RGB (Red+Green+Blue) = 33+70+72=175 (23% of max value = 765). Red value is 33 (13.28% from 255 or 18.86% from 175); Green value is 70 (27.73% from 255 or 40% from 175); Blue value is 72 (28.52% from 255 or 41.14% from 175); Max value from RGB is 72 - color contains mainly: blue. Hex color #214648 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #214648 is #DEB9B7. Grayscale: #3B3B3B. Windows color (decimal): -14596536 or 4736545. OLE color: 4736545.

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

Color convert

RGB337072-
CMYK0.540.0300.72
HSL183.08º37.14%20.59%-
HSV(B)183.08º54.17%28.24%-
XYZ3.995.176.92-
YUV59.16135.24109.34-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 18.86%
GREEN value IS 70 (27.73% from 255) = 40%
BLUE value IS 72 (28.52% from 255) = 41.14%
R=18.86%
G=40%
B=41.14%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal3370720.540.0300.72183.0837.1420.59
Hex214648363048b72515
Octal4110611066301102674525
Binary1000011000110100100011011011010010001011011110010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #214648

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #214648; }

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

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

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

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

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

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

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

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