Html Css Color HEX #214958 Teal Blue

📋 copy color: '#214958'

red 33 ◦ green 73 ◦ blue 88

#214958
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Teal Blue #214958

Tints of Teal Blue #214958

RGB

 RED value IS 33 (13.28% from 255) = 17.01%

 GREEN value IS 73 (28.91% from 255) = 37.63%

 BLUE value IS 88 (34.77% from 255) = 45.36%

R = 17.01%
G = 37.63%
B = 45.36%

CMYK

 C value IS 0.62

 M value IS 0.17

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#214958 (or 0x214958) is known color: Teal Blue. HEX triplet: 21, 49 and 58. RGB value is (33,73,88). Sum of RGB (Red+Green+Blue) = 33+73+88=194 (25% of max value = 765). Red value is 33 (13.28% from 255 or 17.01% from 194); Green value is 73 (28.91% from 255 or 37.63% from 194); Blue value is 88 (34.77% from 255 or 45.36% from 194); Max value from RGB is 88 - color contains mainly: blue. Hex color #214958 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #214958 is #DEB6A7. Grayscale: #3E3E3E. Windows color (decimal): -14595752 or 5785889. OLE color: 5785889.

HSL color Cylindrical-coordinate representation of color #214958: hue angle of 196.36º 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 #214958 is Cyan = 0.62, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB 33 73 88 -
CMYK 0.62 0.17 0 0.65
HSL 196.36º 0.45% 0.24% -
HSV(B) 196.36º 0.63% 0.35% -
XYZ 4.77 5.79 10.1 -
YUV 62.75 142.25 106.78 -
System Red Green Blue C M Y K H S L
Decimal 33 73 88 0.62 0.17 0 0.65 196.36 0.45 0.24
Hex 21 49 58 3E 11 0 41 C4 2D 18
Octal 41 111 130 76 21 0 101 304 55 30
Binary 100001 1001001 1011000 111110 10001 0 1000001 11000100 101101 11000

Color Harmonies of #214958

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #214958

Black with #214958

Text Example


Text Example

White with #214958

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #214958; }

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

 H1.HeaderClassName
 {
   color: #214958;
 }
 .AnyTagClassName
 {
   color: #214958;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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