#214C58

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

Shades of Teal Blue #214C58

Tints of Teal Blue #214C58

Color information

#214C58 (or 0x214C58) is unknown color: approx Teal Blue. HEX triplet: 21, 4C and 58. RGB value is (33,76,88). Sum of RGB (Red+Green+Blue) = 33+76+88=197 (26% of max value = 765). Red value is 33 (13.28% from 255 or 16.75% from 197); Green value is 76 (30.08% from 255 or 38.58% from 197); Blue value is 88 (34.77% from 255 or 44.67% from 197); Max value from RGB is 88 - color contains mainly: blue. Hex color #214C58 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #214C58 is #DEB3A7. Grayscale: #404040. Windows color (decimal): -14594984 or 5786657. OLE color: 5786657.

HSL color Cylindrical-coordinate representation of color #214C58: hue angle of 193.09º degrees, saturation: 0.45, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #214C58 is Cyan = 0.62, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB337688-
CMYK0.620.1400.65
HSL193.09º45.45%23.73%-
HSV(B)193.09º62.5%34.51%-
XYZ4.976.210.17-
YUV64.51141.25105.52-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 16.75%
GREEN value IS 76 (30.08% from 255) = 38.58%
BLUE value IS 88 (34.77% from 255) = 44.67%
R=16.75%
G=38.58%
B=44.67%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal3376880.620.1400.65193.0945.4523.73
Hex214C583EE041c12d18
Octal41114130761601013015530
Binary100001100110010110001111101110010000011100000110110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #214C58

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(33,76,88); }

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

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

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

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

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

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

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