#214A52

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

Shades of Teal Blue #214A52

Tints of Teal Blue #214A52

Color information

#214A52 (or 0x214A52) is unknown color: approx Teal Blue. HEX triplet: 21, 4A and 52. RGB value is (33,74,82). Sum of RGB (Red+Green+Blue) = 33+74+82=189 (25% of max value = 765). Red value is 33 (13.28% from 255 or 17.46% from 189); Green value is 74 (29.30% from 255 or 39.15% from 189); Blue value is 82 (32.42% from 255 or 43.39% from 189); Max value from RGB is 82 - color contains mainly: blue. Hex color #214A52 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #214A52 is #DEB5AD. Grayscale: #3E3E3E. Windows color (decimal): -14595502 or 5392929. OLE color: 5392929.

HSL color Cylindrical-coordinate representation of color #214A52: hue angle of 189.8º degrees, saturation: 0.43, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #214A52 is Cyan = 0.60, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.68.

Color convert

RGB337482-
CMYK0.600.1000.68
HSL189.8º42.61%22.55%-
HSV(B)189.8º59.76%32.16%-
XYZ4.65.838.87-
YUV62.65138.92106.85-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 17.46%
GREEN value IS 74 (29.30% from 255) = 39.15%
BLUE value IS 82 (32.42% from 255) = 43.39%
R=17.46%
G=39.15%
B=43.39%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal3374820.600.1000.68189.842.6122.55
Hex214A523CA044be2b17
Octal41112122741201042765327
Binary100001100101010100101111001010010001001011111010101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #214A52

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(33,74,82); }

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

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

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

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

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

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

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