#21615D

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

Shades of Blue Stone #21615D

Tints of Blue Stone #21615D

Color information

#21615D (or 0x21615D) is unknown color: approx Blue Stone. HEX triplet: 21, 61 and 5D. RGB value is (33,97,93). Sum of RGB (Red+Green+Blue) = 33+97+93=223 (29% of max value = 765). Red value is 33 (13.28% from 255 or 14.80% from 223); Green value is 97 (38.28% from 255 or 43.50% from 223); Blue value is 93 (36.72% from 255 or 41.70% from 223); Max value from RGB is 97 - color contains mainly: green. Hex color #21615D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #21615D is #DE9EA2. Grayscale: #4D4D4D. Windows color (decimal): -14589603 or 6119713. OLE color: 6119713.

HSL color Cylindrical-coordinate representation of color #21615D: hue angle of 176.25º degrees, saturation: 0.49, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #21615D is Cyan = 0.66, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.62.

Color convert

RGB339793-
CMYK0.6600.040.62
HSL176.25º49.23%25.49%-
HSV(B)176.25º65.98%38.04%-
XYZ6.889.6611.86-
YUV77.41136.896.33-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 14.80%
GREEN value IS 97 (38.28% from 255) = 43.50%
BLUE value IS 93 (36.72% from 255) = 41.70%
R=14.80%
G=43.50%
B=41.70%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal3397930.6600.040.62176.2549.2325.49
Hex21615D42043Eb03119
Octal4114113510204762606131
Binary10000111000011011101100001001001111101011000011000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #21615D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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