Html Css Color HEX #214A58 Teal Blue

📋 copy color: '#214A58'

red 33 ◦ green 74 ◦ blue 88

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

Shades of Teal Blue #214A58

Tints of Teal Blue #214A58

RGB

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

 GREEN value IS 74 (29.3% from 255) = 37.95%

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

R = 16.92%
G = 37.95%
B = 45.13%

CMYK

 C value IS 0.62

 M value IS 0.16

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#214A58 (or 0x214A58) is known color: Teal Blue. HEX triplet: 21, 4A and 58. RGB value is (33,74,88). Sum of RGB (Red+Green+Blue) = 33+74+88=195 (25% of max value = 765). Red value is 33 (13.28% from 255 or 16.92% from 195); Green value is 74 (29.30% from 255 or 37.95% from 195); Blue value is 88 (34.77% from 255 or 45.13% from 195); Max value from RGB is 88 - color contains mainly: blue. Hex color #214A58 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #214A58 is #DEB5A7. Grayscale: #3F3F3F. Windows color (decimal): -14595496 or 5786145. OLE color: 5786145.

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

Color convert

RGB 33 74 88 -
CMYK 0.62 0.16 0 0.65
HSL 195.27º 0.45% 0.24% -
HSV(B) 195.27º 0.63% 0.35% -
XYZ 4.84 5.93 10.12 -
YUV 63.34 141.92 106.36 -
System Red Green Blue C M Y K H S L
Decimal 33 74 88 0.62 0.16 0 0.65 195.27 0.45 0.24
Hex 21 4A 58 3E 10 0 41 C3 2D 18
Octal 41 112 130 76 20 0 101 303 55 30
Binary 100001 1001010 1011000 111110 10000 0 1000001 11000011 101101 11000

Color Harmonies of #214A58

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #214A58

Black with #214A58

Text Example


Text Example

White with #214A58

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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