#21595B

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

Shades of Blue Stone #21595B

Tints of Blue Stone #21595B

Color information

#21595B (or 0x21595B) is unknown color: approx Blue Stone. HEX triplet: 21, 59 and 5B. RGB value is (33,89,91). Sum of RGB (Red+Green+Blue) = 33+89+91=213 (28% of max value = 765). Red value is 33 (13.28% from 255 or 15.49% from 213); Green value is 89 (35.16% from 255 or 41.78% from 213); Blue value is 91 (35.94% from 255 or 42.72% from 213); Max value from RGB is 91 - color contains mainly: blue. Hex color #21595B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #21595B is #DEA6A4. Grayscale: #484848. Windows color (decimal): -14591653 or 5986593. OLE color: 5986593.

HSL color Cylindrical-coordinate representation of color #21595B: hue angle of 182.07º 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 #21595B is Cyan = 0.64, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB338991-
CMYK0.640.0200.64
HSL182.07º46.77%24.31%-
HSV(B)182.07º63.74%35.69%-
XYZ6.098.2211.16-
YUV72.48138.4599.84-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 15.49%
GREEN value IS 89 (35.16% from 255) = 41.78%
BLUE value IS 91 (35.94% from 255) = 42.72%
R=15.49%
G=41.78%
B=42.72%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal3389910.640.0200.64182.0746.7724.31
Hex21595B402040b62f18
Octal41131133100201002665730
Binary10000110110011011011100000010010000001011011010111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #21595B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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