#214B56

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

Shades of Teal Blue #214B56

Tints of Teal Blue #214B56

Color information

#214B56 (or 0x214B56) is unknown color: approx Teal Blue. HEX triplet: 21, 4B and 56. RGB value is (33,75,86). Sum of RGB (Red+Green+Blue) = 33+75+86=194 (25% of max value = 765). Red value is 33 (13.28% from 255 or 17.01% from 194); Green value is 75 (29.69% from 255 or 38.66% from 194); Blue value is 86 (33.98% from 255 or 44.33% from 194); Max value from RGB is 86 - color contains mainly: blue. Hex color #214B56 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #214B56 is #DEB4A9. Grayscale: #3F3F3F. Windows color (decimal): -14595242 or 5655329. OLE color: 5655329.

HSL color Cylindrical-coordinate representation of color #214B56: hue angle of 192.45º 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 #214B56 is Cyan = 0.62, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.66.

Color convert

RGB337586-
CMYK0.620.1300.66
HSL192.45º44.54%23.33%-
HSV(B)192.45º61.63%33.73%-
XYZ4.826.039.71-
YUV63.7140.59106.11-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 17.01%
GREEN value IS 75 (29.69% from 255) = 38.66%
BLUE value IS 86 (33.98% from 255) = 44.33%
R=17.01%
G=38.66%
B=44.33%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal3375860.620.1300.66192.4544.5423.33
Hex214B563ED042c02d17
Octal41113126761501023005527
Binary100001100101110101101111101101010000101100000010110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #214B56

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #214B56; }

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

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

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

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

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

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

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

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