#215C5E

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

Shades of Blue Stone #215C5E

Tints of Blue Stone #215C5E

Color information

#215C5E (or 0x215C5E) is unknown color: approx Blue Stone. HEX triplet: 21, 5C and 5E. RGB value is (33,92,94). Sum of RGB (Red+Green+Blue) = 33+92+94=219 (29% of max value = 765). Red value is 33 (13.28% from 255 or 15.07% from 219); Green value is 92 (36.33% from 255 or 42.01% from 219); Blue value is 94 (37.11% from 255 or 42.92% from 219); Max value from RGB is 94 - color contains mainly: blue. Hex color #215C5E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #215C5E is #DEA3A1. Grayscale: #4A4A4A. Windows color (decimal): -14590882 or 6183969. OLE color: 6183969.

HSL color Cylindrical-coordinate representation of color #215C5E: hue angle of 181.97º 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 #215C5E is Cyan = 0.65, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB339294-
CMYK0.650.0200.63
HSL181.97º48.03%24.9%-
HSV(B)181.97º64.89%36.86%-
XYZ6.478.7911.94-
YUV74.59138.9598.34-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 15.07%
GREEN value IS 92 (36.33% from 255) = 42.01%
BLUE value IS 94 (37.11% from 255) = 42.92%
R=15.07%
G=42.01%
B=42.92%

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
Decimal3392940.650.0200.63181.9748.0324.9
Hex215C5E41203Fb63019
Octal4113413610120772666031
Binary1000011011100101111010000011001111111011011011000011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #215C5E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(33,92,94); }

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

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

 a { background-color: rgb(33,92,94); }

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

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

 span { border-color: rgb(33,92,94); }

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