#214747

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

Shades of Tiber #214747

Tints of Tiber #214747

Color information

#214747 (or 0x214747) is unknown color: approx Tiber. HEX triplet: 21, 47 and 47. RGB value is (33,71,71). Sum of RGB (Red+Green+Blue) = 33+71+71=175 (23% of max value = 765). Red value is 33 (13.28% from 255 or 18.86% from 175); Green value is 71 (28.12% from 255 or 40.57% from 175); Blue value is 71 (28.12% from 255 or 40.57% from 175); Max value from RGB is 71 - color contains mainly: green, blue. Hex color #214747 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #214747 is #DEB8B8. Grayscale: #3B3B3B. Windows color (decimal): -14596281 or 4671265. OLE color: 4671265.

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

Color convert

RGB337171-
CMYK0.54000.72
HSL180º36.54%20.39%-
HSV(B)180º53.52%27.84%-
XYZ4.025.286.77-
YUV59.64134.41109-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 18.86%
GREEN value IS 71 (28.12% from 255) = 40.57%
BLUE value IS 71 (28.12% from 255) = 40.57%
R=18.86%
G=40.57%
B=40.57%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal3371710.54000.7218036.5420.39
Hex214747360048b42514
Octal4110710766001102644524
Binary100001100011110001111101100010010001011010010010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #214747

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #214747; }

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

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

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

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

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

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

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

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