Html Css Color HEX #214551 Teal Blue

📋 copy color: '#214551'

red 33 ◦ green 69 ◦ blue 81

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

Shades of Teal Blue #214551

Tints of Teal Blue #214551

RGB

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

 GREEN value IS 69 (27.34% from 255) = 37.7%

 BLUE value IS 81 (32.03% from 255) = 44.26%

R = 18.03%
G = 37.7%
B = 44.26%

CMYK

 C value IS 0.59

 M value IS 0.15

 Y value IS 0

 K value IS 0.68

RGB Variations

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

Color information

#214551 (or 0x214551) is known color: Teal Blue. HEX triplet: 21, 45 and 51. RGB value is (33,69,81). Sum of RGB (Red+Green+Blue) = 33+69+81=183 (24% of max value = 765). Red value is 33 (13.28% from 255 or 18.03% from 183); Green value is 69 (27.34% from 255 or 37.70% from 183); Blue value is 81 (32.03% from 255 or 44.26% from 183); Max value from RGB is 81 - color contains mainly: blue. Hex color #214551 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #214551 is #DEBAAE. Grayscale: #3B3B3B. Windows color (decimal): -14596783 or 5326113. OLE color: 5326113.

HSL color Cylindrical-coordinate representation of color #214551: hue angle of 195º degrees, saturation: 0.42, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #214551 is Cyan = 0.59, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.68.

Color convert

RGB 33 69 81 -
CMYK 0.59 0.15 0 0.68
HSL 195º 0.42% 0.22% -
HSV(B) 195º 0.59% 0.32% -
XYZ 4.24 5.17 8.56 -
YUV 59.6 140.07 109.02 -
System Red Green Blue C M Y K H S L
Decimal 33 69 81 0.59 0.15 0 0.68 195 0.42 0.22
Hex 21 45 51 3B F 0 44 C3 2A 16
Octal 41 105 121 73 17 0 104 303 52 26
Binary 100001 1000101 1010001 111011 1111 0 1000100 11000011 101010 10110

Color Harmonies of #214551

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #214551

Black with #214551

Text Example


Text Example

White with #214551

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #214551; }

 p { color: rgb(33,69,81); }

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

background-color css

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

 a { background-color: rgb(33,69,81); }

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

border-color css

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

 span { border-color: rgb(33,69,81); }

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