#215F63

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

Shades of Blue Stone #215F63

Tints of Blue Stone #215F63

Color information

#215F63 (or 0x215F63) is unknown color: approx Blue Stone. HEX triplet: 21, 5F and 63. RGB value is (33,95,99). Sum of RGB (Red+Green+Blue) = 33+95+99=227 (30% of max value = 765). Red value is 33 (13.28% from 255 or 14.54% from 227); Green value is 95 (37.5% from 255 or 41.85% from 227); Blue value is 99 (39.06% from 255 or 43.61% from 227); Max value from RGB is 99 - color contains mainly: blue. Hex color #215F63 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #215F63 is #DEA09C. Grayscale: #4C4C4C. Windows color (decimal): -14590109 or 6512417. OLE color: 6512417.

HSL color Cylindrical-coordinate representation of color #215F63: hue angle of 183.64º degrees, saturation: 0.5, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #215F63 is Cyan = 0.67, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB339599-
CMYK0.670.0400.61
HSL183.64º50%25.88%-
HSV(B)183.64º66.67%38.82%-
XYZ6.979.4113.25-
YUV76.92140.4696.67-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 14.54%
GREEN value IS 95 (37.5% from 255) = 41.85%
BLUE value IS 99 (39.06% from 255) = 43.61%
R=14.54%
G=41.85%
B=43.61%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal3395990.670.0400.61183.645025.88
Hex215F6343403Db8321a
Octal4113714310340752706232
Binary10000110111111100011100001110001111011011100011001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #215F63

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(33,95,99); }

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

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

 a { background-color: rgb(33,95,99); }

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

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

 span { border-color: rgb(33,95,99); }

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