Html Css Color HEX #214B56 Teal Blue

📋 copy color: '#214B56'

red 33 ◦ green 75 ◦ blue 86

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

Shades of Teal Blue #214B56

Tints of Teal Blue #214B56

RGB

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

 GREEN value IS 75 (29.69% from 255) = 38.66%

 BLUE value IS 86 (33.98% from 255) = 44.33%

R = 17.01%
G = 38.66%
B = 44.33%

CMYK

 C value IS 0.62

 M value IS 0.13

 Y value IS 0

 K value IS 0.66

RGB Variations

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

Color information

#214B56 (or 0x214B56) is known color: Teal Blue. HEX triplet: 21, 4B and 56. RGB value is (33,75,86). Sum of RGB (Red+Green+Blue) = 33+75+86=194 (25% of max value = 765). Red value is 33 (13.28% from 255 or 17.01% from 194); Green value is 75 (29.69% from 255 or 38.66% from 194); Blue value is 86 (33.98% from 255 or 44.33% from 194); Max value from RGB is 86 - color contains mainly: blue. Hex color #214B56 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #214B56 is #DEB4A9. Grayscale: #3F3F3F. Windows color (decimal): -14595242 or 5655329. OLE color: 5655329.

HSL color Cylindrical-coordinate representation of color #214B56: hue angle of 192.45º degrees, saturation: 0.45, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #214B56 is Cyan = 0.62, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.66.

Color convert

RGB 33 75 86 -
CMYK 0.62 0.13 0 0.66
HSL 192.45º 0.45% 0.23% -
HSV(B) 192.45º 0.62% 0.34% -
XYZ 4.82 6.03 9.71 -
YUV 63.7 140.59 106.11 -
System Red Green Blue C M Y K H S L
Decimal 33 75 86 0.62 0.13 0 0.66 192.45 0.45 0.23
Hex 21 4B 56 3E D 0 42 C0 2D 17
Octal 41 113 126 76 15 0 102 300 55 27
Binary 100001 1001011 1010110 111110 1101 0 1000010 11000000 101101 10111

Color Harmonies of #214B56

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #214B56

Black with #214B56

Text Example


Text Example

White with #214B56

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(33,75,86); }

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

background-color css

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

 a { background-color: rgb(33,75,86); }

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

border-color css

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

 span { border-color: rgb(33,75,86); }

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