Html Css Color HEX #214651 Teal Blue

📋 copy color: '#214651'

red 33 ◦ green 70 ◦ blue 81

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

Shades of Teal Blue #214651

Tints of Teal Blue #214651

RGB

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

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

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

R = 17.93%
G = 38.04%
B = 44.02%

CMYK

 C value IS 0.59

 M value IS 0.14

 Y value IS 0

 K value IS 0.68

RGB Variations

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

Color information

#214651 (or 0x214651) is known color: Teal Blue. HEX triplet: 21, 46 and 51. RGB value is (33,70,81). Sum of RGB (Red+Green+Blue) = 33+70+81=184 (24% of max value = 765). Red value is 33 (13.28% from 255 or 17.93% from 184); Green value is 70 (27.73% from 255 or 38.04% from 184); Blue value is 81 (32.03% from 255 or 44.02% from 184); Max value from RGB is 81 - color contains mainly: blue. Hex color #214651 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #214651 is #DEB9AE. Grayscale: #3C3C3C. Windows color (decimal): -14596527 or 5326369. OLE color: 5326369.

HSL color Cylindrical-coordinate representation of color #214651: hue angle of 193.75º 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 #214651 is Cyan = 0.59, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.68.

Color convert

RGB 33 70 81 -
CMYK 0.59 0.14 0 0.68
HSL 193.75º 0.42% 0.22% -
HSV(B) 193.75º 0.59% 0.32% -
XYZ 4.3 5.3 8.58 -
YUV 60.19 139.74 108.61 -
System Red Green Blue C M Y K H S L
Decimal 33 70 81 0.59 0.14 0 0.68 193.75 0.42 0.22
Hex 21 46 51 3B E 0 44 C2 2A 16
Octal 41 106 121 73 16 0 104 302 52 26
Binary 100001 1000110 1010001 111011 1110 0 1000100 11000010 101010 10110

Color Harmonies of #214651

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #214651

Black with #214651

Text Example


Text Example

White with #214651

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #214651; }

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

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

background-color css

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

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

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

border-color css

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

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

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