#214647

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

Shades of Tiber #214647

Tints of Tiber #214647

Color information

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

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

Color convert

RGB337071-
CMYK0.540.0100.72
HSL181.58º36.54%20.39%-
HSV(B)181.58º53.52%27.84%-
XYZ3.955.166.75-
YUV59.05134.74109.42-

RGB Variations

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

RGB

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

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal3370710.540.0100.72181.5836.5420.39
Hex214647361048b62514
Octal4110610766101102664524
Binary100001100011010001111101101010010001011011010010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #214647

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #214647; }

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

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

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

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

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

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

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

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