#215961

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

Shades of Blue Stone #215961

Tints of Blue Stone #215961

Color information

#215961 (or 0x215961) is unknown color: approx Blue Stone. HEX triplet: 21, 59 and 61. RGB value is (33,89,97). Sum of RGB (Red+Green+Blue) = 33+89+97=219 (29% of max value = 765). Red value is 33 (13.28% from 255 or 15.07% from 219); Green value is 89 (35.16% from 255 or 40.64% from 219); Blue value is 97 (38.28% from 255 or 44.29% from 219); Max value from RGB is 97 - color contains mainly: blue. Hex color #215961 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #215961 is #DEA69E. Grayscale: #494949. Windows color (decimal): -14591647 or 6379809. OLE color: 6379809.

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

Color convert

RGB338997-
CMYK0.660.0800.62
HSL187.5º49.23%25.49%-
HSV(B)187.5º65.98%38.04%-
XYZ6.368.3312.58-
YUV73.17141.4599.35-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 15.07%
GREEN value IS 89 (35.16% from 255) = 40.64%
BLUE value IS 97 (38.28% from 255) = 44.29%
R=15.07%
G=40.64%
B=44.29%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal3389970.660.0800.62187.549.2325.49
Hex21596142803Ebc3119
Octal41131141102100762746131
Binary100001101100111000011000010100001111101011110011000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #215961

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #215961; }

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

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

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

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

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

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

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

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