Html Css Color HEX #214552 Teal Blue

📋 copy color: '#214552'

red 33 ◦ green 69 ◦ blue 82

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

Shades of Teal Blue #214552

Tints of Teal Blue #214552

RGB

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

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

 BLUE value IS 82 (32.42% from 255) = 44.57%

R = 17.93%
G = 37.5%
B = 44.57%

CMYK

 C value IS 0.60

 M value IS 0.16

 Y value IS 0

 K value IS 0.68

RGB Variations

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

Color information

#214552 (or 0x214552) is known color: Teal Blue. HEX triplet: 21, 45 and 52. RGB value is (33,69,82). Sum of RGB (Red+Green+Blue) = 33+69+82=184 (24% of max value = 765). Red value is 33 (13.28% from 255 or 17.93% from 184); Green value is 69 (27.34% from 255 or 37.5% from 184); Blue value is 82 (32.42% from 255 or 44.57% from 184); Max value from RGB is 82 - color contains mainly: blue. Hex color #214552 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #214552 is #DEBAAD. Grayscale: #3B3B3B. Windows color (decimal): -14596782 or 5391649. OLE color: 5391649.

HSL color Cylindrical-coordinate representation of color #214552: hue angle of 195.92º degrees, saturation: 0.43, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #214552 is Cyan = 0.60, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.68.

Color convert

RGB 33 69 82 -
CMYK 0.60 0.16 0 0.68
HSL 195.92º 0.43% 0.23% -
HSV(B) 195.92º 0.6% 0.32% -
XYZ 4.28 5.19 8.76 -
YUV 59.72 140.57 108.94 -
System Red Green Blue C M Y K H S L
Decimal 33 69 82 0.60 0.16 0 0.68 195.92 0.43 0.23
Hex 21 45 52 3C 10 0 44 C4 2B 17
Octal 41 105 122 74 20 0 104 304 53 27
Binary 100001 1000101 1010010 111100 10000 0 1000100 11000100 101011 10111

Color Harmonies of #214552

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #214552

Black with #214552

Text Example


Text Example

White with #214552

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #214552; }

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

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

background-color css

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

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

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

border-color css

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

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

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