#215D66

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

Shades of Blue Stone #215D66

Tints of Blue Stone #215D66

Color information

#215D66 (or 0x215D66) is unknown color: approx Blue Stone. HEX triplet: 21, 5D and 66. RGB value is (33,93,102). Sum of RGB (Red+Green+Blue) = 33+93+102=228 (30% of max value = 765). Red value is 33 (13.28% from 255 or 14.47% from 228); Green value is 93 (36.72% from 255 or 40.79% from 228); Blue value is 102 (40.23% from 255 or 44.74% from 228); Max value from RGB is 102 - color contains mainly: blue. Hex color #215D66 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #215D66 is #DEA299. Grayscale: #4B4B4B. Windows color (decimal): -14590618 or 6708513. OLE color: 6708513.

HSL color Cylindrical-coordinate representation of color #215D66: hue angle of 187.83º degrees, saturation: 0.51, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #215D66 is Cyan = 0.68, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.6.

Color convert

RGB3393102-
CMYK0.680.0900.6
HSL187.83º51.11%26.47%-
HSV(B)187.83º67.65%40%-
XYZ6.949.1113.96-
YUV76.09142.6297.27-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 14.47%
GREEN value IS 93 (36.72% from 255) = 40.79%
BLUE value IS 102 (40.23% from 255) = 44.74%
R=14.47%
G=40.79%
B=44.74%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal33931020.680.0900.6187.8351.1126.47
Hex215D6644903Cbc331a
Octal41135146104110742746332
Binary100001101110111001101000100100101111001011110011001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #215D66

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(33,93,102); }

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

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

 a { background-color: rgb(33,93,102); }

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

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

 span { border-color: rgb(33,93,102); }

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