#21535E

Color #21535E Teal Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Teal Blue #21535E

Tints of Teal Blue #21535E

Color information

#21535E (or 0x21535E) is unknown color: approx Teal Blue. HEX triplet: 21, 53 and 5E. RGB value is (33,83,94). Sum of RGB (Red+Green+Blue) = 33+83+94=210 (27% of max value = 765). Red value is 33 (13.28% from 255 or 15.71% from 210); Green value is 83 (32.81% from 255 or 39.52% from 210); Blue value is 94 (37.11% from 255 or 44.76% from 210); Max value from RGB is 94 - color contains mainly: blue. Hex color #21535E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #21535E is #DEACA1. Grayscale: #454545. Windows color (decimal): -14593186 or 6181665. OLE color: 6181665.

HSL color Cylindrical-coordinate representation of color #21535E: hue angle of 190.82º degrees, saturation: 0.48, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #21535E is Cyan = 0.65, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB338394-
CMYK0.650.1200.63
HSL190.82º48.03%24.9%-
HSV(B)190.82º64.89%36.86%-
XYZ5.747.3211.7-
YUV69.3141.94102.11-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 15.71%
GREEN value IS 83 (32.81% from 255) = 39.52%
BLUE value IS 94 (37.11% from 255) = 44.76%
R=15.71%
G=39.52%
B=44.76%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal3383940.650.1200.63190.8248.0324.9
Hex21535E41C03Fbf3019
Octal41123136101140772776031
Binary100001101001110111101000001110001111111011111111000011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #21535E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(33,83,94); }

 H1.HeaderClassName
 {
   color: #21535E;
 }
 .AnyTagClassName
 {
   color: #21535E;
 }
</style>
background-color css

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

 a { background-color: rgb(33,83,94); }

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

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

 span { border-color: rgb(33,83,94); }

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