#214E5C

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

Shades of Teal Blue #214E5C

Tints of Teal Blue #214E5C

Color information

#214E5C (or 0x214E5C) is unknown color: approx Teal Blue. HEX triplet: 21, 4E and 5C. RGB value is (33,78,92). Sum of RGB (Red+Green+Blue) = 33+78+92=203 (26% of max value = 765). Red value is 33 (13.28% from 255 or 16.26% from 203); Green value is 78 (30.86% from 255 or 38.42% from 203); Blue value is 92 (36.33% from 255 or 45.32% from 203); Max value from RGB is 92 - color contains mainly: blue. Hex color #214E5C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #214E5C is #DEB1A3. Grayscale: #424242. Windows color (decimal): -14594468 or 6049313. OLE color: 6049313.

HSL color Cylindrical-coordinate representation of color #214E5C: hue angle of 194.24º degrees, saturation: 0.47, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #214E5C is Cyan = 0.64, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB337892-
CMYK0.640.1500.64
HSL194.24º47.2%24.51%-
HSV(B)194.24º64.13%36.08%-
XYZ5.286.5411.11-
YUV66.14142.59104.36-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 16.26%
GREEN value IS 78 (30.86% from 255) = 38.42%
BLUE value IS 92 (36.33% from 255) = 45.32%
R=16.26%
G=38.42%
B=45.32%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal3378920.640.1500.64194.2447.224.51
Hex214E5C40F040c22f19
Octal411161341001701003025731
Binary1000011001110101110010000001111010000001100001010111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #214E5C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(33,78,92); }

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

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

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

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

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

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

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