#215D5F

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

Shades of Blue Stone #215D5F

Tints of Blue Stone #215D5F

Color information

#215D5F (or 0x215D5F) is unknown color: approx Blue Stone. HEX triplet: 21, 5D and 5F. RGB value is (33,93,95). Sum of RGB (Red+Green+Blue) = 33+93+95=221 (29% of max value = 765). Red value is 33 (13.28% from 255 or 14.93% from 221); Green value is 93 (36.72% from 255 or 42.08% from 221); Blue value is 95 (37.5% from 255 or 42.99% from 221); Max value from RGB is 95 - color contains mainly: blue. Hex color #215D5F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #215D5F is #DEA2A0. Grayscale: #4B4B4B. Windows color (decimal): -14590625 or 6249761. OLE color: 6249761.

HSL color Cylindrical-coordinate representation of color #215D5F: hue angle of 181.94º degrees, saturation: 0.48, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #215D5F is Cyan = 0.65, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB339395-
CMYK0.650.0200.63
HSL181.94º48.44%25.1%-
HSV(B)181.94º65.26%37.25%-
XYZ6.618.9812.21-
YUV75.29139.1297.84-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 14.93%
GREEN value IS 93 (36.72% from 255) = 42.08%
BLUE value IS 95 (37.5% from 255) = 42.99%
R=14.93%
G=42.08%
B=42.99%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal3393950.650.0200.63181.9448.4425.1
Hex215D5F41203Fb63019
Octal4113513710120772666031
Binary1000011011101101111110000011001111111011011011000011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #215D5F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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