#21575B

Color #21575B Blue Stone (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Blue Stone #21575B

Tints of Blue Stone #21575B

Color information

#21575B (or 0x21575B) is unknown color: approx Blue Stone. HEX triplet: 21, 57 and 5B. RGB value is (33,87,91). Sum of RGB (Red+Green+Blue) = 33+87+91=211 (27% of max value = 765). Red value is 33 (13.28% from 255 or 15.64% from 211); Green value is 87 (34.38% from 255 or 41.23% from 211); Blue value is 91 (35.94% from 255 or 43.13% from 211); Max value from RGB is 91 - color contains mainly: blue. Hex color #21575B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #21575B is #DEA8A4. Grayscale: #474747. Windows color (decimal): -14592165 or 5986081. OLE color: 5986081.

HSL color Cylindrical-coordinate representation of color #21575B: hue angle of 184.14º degrees, saturation: 0.47, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #21575B is Cyan = 0.64, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB338791-
CMYK0.640.0400.64
HSL184.14º46.77%24.31%-
HSV(B)184.14º63.74%35.69%-
XYZ5.927.911.11-
YUV71.31139.11100.67-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 15.64%
GREEN value IS 87 (34.38% from 255) = 41.23%
BLUE value IS 91 (35.94% from 255) = 43.13%
R=15.64%
G=41.23%
B=43.13%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal3387910.640.0400.64184.1446.7724.31
Hex21575B404040b82f18
Octal41127133100401002705730
Binary100001101011110110111000000100010000001011100010111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #21575B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #21575B; }

 p { color: rgb(33,87,91); }

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

<style>
 a { background-color: #21575B; }

 a { background-color: rgb(33,87,91); }

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

<style>
 span { border-color: #21575B; }

 span { border-color: rgb(33,87,91); }

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