#21565E

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

Shades of Teal Blue #21565E

Tints of Teal Blue #21565E

Color information

#21565E (or 0x21565E) is unknown color: approx Teal Blue. HEX triplet: 21, 56 and 5E. RGB value is (33,86,94). Sum of RGB (Red+Green+Blue) = 33+86+94=213 (28% of max value = 765). Red value is 33 (13.28% from 255 or 15.49% from 213); Green value is 86 (33.98% from 255 or 40.38% from 213); Blue value is 94 (37.11% from 255 or 44.13% from 213); Max value from RGB is 94 - color contains mainly: blue. Hex color #21565E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #21565E is #DEA9A1. Grayscale: #464646. Windows color (decimal): -14592418 or 6182433. OLE color: 6182433.

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

Color convert

RGB338694-
CMYK0.650.0900.63
HSL187.87º48.03%24.9%-
HSV(B)187.87º64.89%36.86%-
XYZ5.987.7911.78-
YUV71.06140.94100.85-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 15.49%
GREEN value IS 86 (33.98% from 255) = 40.38%
BLUE value IS 94 (37.11% from 255) = 44.13%
R=15.49%
G=40.38%
B=44.13%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal3386940.650.0900.63187.8748.0324.9
Hex21565E41903Fbc3019
Octal41126136101110772746031
Binary100001101011010111101000001100101111111011110011000011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #21565E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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