#214756

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

Shades of Teal Blue #214756

Tints of Teal Blue #214756

Color information

#214756 (or 0x214756) is unknown color: approx Teal Blue. HEX triplet: 21, 47 and 56. RGB value is (33,71,86). Sum of RGB (Red+Green+Blue) = 33+71+86=190 (25% of max value = 765). Red value is 33 (13.28% from 255 or 17.37% from 190); Green value is 71 (28.12% from 255 or 37.37% from 190); Blue value is 86 (33.98% from 255 or 45.26% from 190); Max value from RGB is 86 - color contains mainly: blue. Hex color #214756 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #214756 is #DEB8A9. Grayscale: #3D3D3D. Windows color (decimal): -14596266 or 5654305. OLE color: 5654305.

HSL color Cylindrical-coordinate representation of color #214756: hue angle of 196.98º degrees, saturation: 0.45, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #214756 is Cyan = 0.62, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.66.

Color convert

RGB337186-
CMYK0.620.1700.66
HSL196.98º44.54%23.33%-
HSV(B)196.98º61.63%33.73%-
XYZ4.565.59.63-
YUV61.35141.91107.78-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 17.37%
GREEN value IS 71 (28.12% from 255) = 37.37%
BLUE value IS 86 (33.98% from 255) = 45.26%
R=17.37%
G=37.37%
B=45.26%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal3371860.620.1700.66196.9844.5423.33
Hex2147563E11042c52d17
Octal41107126762101023055527
Binary1000011000111101011011111010001010000101100010110110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #214756

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #214756; }

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

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

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

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

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

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

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

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