Html Css Color HEX #214656 Teal Blue

📋 copy color: '#214656'

red 33 ◦ green 70 ◦ blue 86

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

Shades of Teal Blue #214656

Tints of Teal Blue #214656

RGB

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

 GREEN value IS 70 (27.73% from 255) = 37.04%

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

R = 17.46%
G = 37.04%
B = 45.5%

CMYK

 C value IS 0.62

 M value IS 0.19

 Y value IS 0

 K value IS 0.66

RGB Variations

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

Color information

#214656 (or 0x214656) is known color: Teal Blue. HEX triplet: 21, 46 and 56. RGB value is (33,70,86). Sum of RGB (Red+Green+Blue) = 33+70+86=189 (25% of max value = 765). Red value is 33 (13.28% from 255 or 17.46% from 189); Green value is 70 (27.73% from 255 or 37.04% from 189); Blue value is 86 (33.98% from 255 or 45.50% from 189); Max value from RGB is 86 - color contains mainly: blue. Hex color #214656 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #214656 is #DEB9A9. Grayscale: #3C3C3C. Windows color (decimal): -14596522 or 5654049. OLE color: 5654049.

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

Color convert

RGB 33 70 86 -
CMYK 0.62 0.19 0 0.66
HSL 198.11º 0.45% 0.23% -
HSV(B) 198.11º 0.62% 0.34% -
XYZ 4.5 5.38 9.6 -
YUV 60.76 142.24 108.2 -
System Red Green Blue C M Y K H S L
Decimal 33 70 86 0.62 0.19 0 0.66 198.11 0.45 0.23
Hex 21 46 56 3E 13 0 42 C6 2D 17
Octal 41 106 126 76 23 0 102 306 55 27
Binary 100001 1000110 1010110 111110 10011 0 1000010 11000110 101101 10111

Color Harmonies of #214656

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #214656

Black with #214656

Text Example


Text Example

White with #214656

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #214656; }

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

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

background-color css

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

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

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

border-color css

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

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

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