#21535F

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

Shades of Teal Blue #21535F

Tints of Teal Blue #21535F

Color information

#21535F (or 0x21535F) is unknown color: approx Teal Blue. HEX triplet: 21, 53 and 5F. RGB value is (33,83,95). Sum of RGB (Red+Green+Blue) = 33+83+95=211 (27% of max value = 765). Red value is 33 (13.28% from 255 or 15.64% from 211); Green value is 83 (32.81% from 255 or 39.34% from 211); Blue value is 95 (37.5% from 255 or 45.02% from 211); Max value from RGB is 95 - color contains mainly: blue. Hex color #21535F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #21535F is #DEACA0. Grayscale: #454545. Windows color (decimal): -14593185 or 6247201. OLE color: 6247201.

HSL color Cylindrical-coordinate representation of color #21535F: hue angle of 191.61º 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 #21535F is Cyan = 0.65, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB338395-
CMYK0.650.1300.63
HSL191.61º48.44%25.1%-
HSV(B)191.61º65.26%37.25%-
XYZ5.797.3411.94-
YUV69.42142.44102.02-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 15.64%
GREEN value IS 83 (32.81% from 255) = 39.34%
BLUE value IS 95 (37.5% from 255) = 45.02%
R=15.64%
G=39.34%
B=45.02%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal3383950.650.1300.63191.6148.4425.1
Hex21535F41D03Fc03019
Octal41123137101150773006031
Binary100001101001110111111000001110101111111100000011000011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #21535F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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