#215B61

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

Shades of Blue Stone #215B61

Tints of Blue Stone #215B61

Color information

#215B61 (or 0x215B61) is unknown color: approx Blue Stone. HEX triplet: 21, 5B and 61. RGB value is (33,91,97). Sum of RGB (Red+Green+Blue) = 33+91+97=221 (29% of max value = 765). Red value is 33 (13.28% from 255 or 14.93% from 221); Green value is 91 (35.94% from 255 or 41.18% from 221); Blue value is 97 (38.28% from 255 or 43.89% from 221); Max value from RGB is 97 - color contains mainly: blue. Hex color #215B61 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #215B61 is #DEA49E. Grayscale: #4A4A4A. Windows color (decimal): -14591135 or 6380321. OLE color: 6380321.

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

Color convert

RGB339197-
CMYK0.660.0600.62
HSL185.62º49.23%25.49%-
HSV(B)185.62º65.98%38.04%-
XYZ6.538.6712.64-
YUV74.34140.7898.51-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 14.93%
GREEN value IS 91 (35.94% from 255) = 41.18%
BLUE value IS 97 (38.28% from 255) = 43.89%
R=14.93%
G=41.18%
B=43.89%

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
Decimal3391970.660.0600.62185.6249.2325.49
Hex215B6142603Eba3119
Octal4113314110260762726131
Binary10000110110111100001100001011001111101011101011000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #215B61

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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