#21535D

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

Shades of Teal Blue #21535D

Tints of Teal Blue #21535D

Color information

#21535D (or 0x21535D) is unknown color: approx Teal Blue. HEX triplet: 21, 53 and 5D. RGB value is (33,83,93). Sum of RGB (Red+Green+Blue) = 33+83+93=209 (27% of max value = 765). Red value is 33 (13.28% from 255 or 15.79% from 209); Green value is 83 (32.81% from 255 or 39.71% from 209); Blue value is 93 (36.72% from 255 or 44.50% from 209); Max value from RGB is 93 - color contains mainly: blue. Hex color #21535D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #21535D is #DEACA2. Grayscale: #454545. Windows color (decimal): -14593187 or 6116129. OLE color: 6116129.

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

Color convert

RGB338393-
CMYK0.650.1100.64
HSL190º47.62%24.71%-
HSV(B)190º64.52%36.47%-
XYZ5.77.311.46-
YUV69.19141.44102.19-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 15.79%
GREEN value IS 83 (32.81% from 255) = 39.71%
BLUE value IS 93 (36.72% from 255) = 44.50%
R=15.79%
G=39.71%
B=44.50%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal3383930.650.1100.6419047.6224.71
Hex21535D41B040be3019
Octal411231351011301002766031
Binary1000011010011101110110000011011010000001011111011000011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #21535D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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