#215A60

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

Shades of Blue Stone #215A60

Tints of Blue Stone #215A60

Color information

#215A60 (or 0x215A60) is unknown color: approx Blue Stone. HEX triplet: 21, 5A and 60. RGB value is (33,90,96). Sum of RGB (Red+Green+Blue) = 33+90+96=219 (29% of max value = 765). Red value is 33 (13.28% from 255 or 15.07% from 219); Green value is 90 (35.55% from 255 or 41.10% from 219); Blue value is 96 (37.89% from 255 or 43.84% from 219); Max value from RGB is 96 - color contains mainly: blue. Hex color #215A60 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #215A60 is #DEA59F. Grayscale: #494949. Windows color (decimal): -14591392 or 6314529. OLE color: 6314529.

HSL color Cylindrical-coordinate representation of color #215A60: hue angle of 185.71º 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 #215A60 is Cyan = 0.66, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB339096-
CMYK0.660.0600.62
HSL185.71º48.84%25.29%-
HSV(B)185.71º65.62%37.65%-
XYZ6.398.4812.37-
YUV73.64140.6299.01-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 15.07%
GREEN value IS 90 (35.55% from 255) = 41.10%
BLUE value IS 96 (37.89% from 255) = 43.84%
R=15.07%
G=41.10%
B=43.84%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal3390960.660.0600.62185.7148.8425.29
Hex215A6042603Eba3119
Octal4113214010260762726131
Binary10000110110101100000100001011001111101011101011000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #215A60

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #215A60; }

 p { color: rgb(33,90,96); }

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

<style>
 a { background-color: #215A60; }

 a { background-color: rgb(33,90,96); }

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

<style>
 span { border-color: #215A60; }

 span { border-color: rgb(33,90,96); }

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