Html Css Color HEX #21464E Teal Blue

📋 copy color: '#21464E'

red 33 ◦ green 70 ◦ blue 78

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

Shades of Teal Blue #21464E

Tints of Teal Blue #21464E

RGB

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

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

 BLUE value IS 78 (30.86% from 255) = 43.09%

R = 18.23%
G = 38.67%
B = 43.09%

CMYK

 C value IS 0.58

 M value IS 0.10

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#21464E (or 0x21464E) is known color: Teal Blue. HEX triplet: 21, 46 and 4E. RGB value is (33,70,78). Sum of RGB (Red+Green+Blue) = 33+70+78=181 (23% of max value = 765). Red value is 33 (13.28% from 255 or 18.23% from 181); Green value is 70 (27.73% from 255 or 38.67% from 181); Blue value is 78 (30.86% from 255 or 43.09% from 181); Max value from RGB is 78 - color contains mainly: blue. Hex color #21464E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #21464E is #DEB9B1. Grayscale: #3B3B3B. Windows color (decimal): -14596530 or 5129761. OLE color: 5129761.

HSL color Cylindrical-coordinate representation of color #21464E: hue angle of 190.67º degrees, saturation: 0.41, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #21464E is Cyan = 0.58, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB 33 70 78 -
CMYK 0.58 0.10 0 0.69
HSL 190.67º 0.41% 0.22% -
HSV(B) 190.67º 0.58% 0.31% -
XYZ 4.19 5.25 8 -
YUV 59.85 138.24 108.85 -
System Red Green Blue C M Y K H S L
Decimal 33 70 78 0.58 0.10 0 0.69 190.67 0.41 0.22
Hex 21 46 4E 3A A 0 45 BF 29 16
Octal 41 106 116 72 12 0 105 277 51 26
Binary 100001 1000110 1001110 111010 1010 0 1000101 10111111 101001 10110

Color Harmonies of #21464E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #21464E

Black with #21464E

Text Example


Text Example

White with #21464E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #21464E; }

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

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

background-color css

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

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

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

border-color css

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

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

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