#215861

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

Shades of Blue Stone #215861

Tints of Blue Stone #215861

Color information

#215861 (or 0x215861) is unknown color: approx Blue Stone. HEX triplet: 21, 58 and 61. RGB value is (33,88,97). Sum of RGB (Red+Green+Blue) = 33+88+97=218 (28% of max value = 765). Red value is 33 (13.28% from 255 or 15.14% from 218); Green value is 88 (34.77% from 255 or 40.37% from 218); Blue value is 97 (38.28% from 255 or 44.50% from 218); Max value from RGB is 97 - color contains mainly: blue. Hex color #215861 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #215861 is #DEA79E. Grayscale: #484848. Windows color (decimal): -14591903 or 6379553. OLE color: 6379553.

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

Color convert

RGB338897-
CMYK0.660.0900.62
HSL188.44º49.23%25.49%-
HSV(B)188.44º65.98%38.04%-
XYZ6.278.1712.55-
YUV72.58141.7899.77-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 15.14%
GREEN value IS 88 (34.77% from 255) = 40.37%
BLUE value IS 97 (38.28% from 255) = 44.50%
R=15.14%
G=40.37%
B=44.50%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal3388970.660.0900.62188.4449.2325.49
Hex21586142903Ebc3119
Octal41130141102110762746131
Binary100001101100011000011000010100101111101011110011000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #215861

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #215861; }

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

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

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

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

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

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

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

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