#156361

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

Shades of Blue Stone #156361

Tints of Blue Stone #156361

Color information

#156361 (or 0x156361) is unknown color: approx Blue Stone. HEX triplet: 15, 63 and 61. RGB value is (21,99,97). Sum of RGB (Red+Green+Blue) = 21+99+97=217 (28% of max value = 765). Red value is 21 (8.59% from 255 or 9.68% from 217); Green value is 99 (39.06% from 255 or 45.62% from 217); Blue value is 97 (38.28% from 255 or 44.70% from 217); Max value from RGB is 99 - color contains mainly: green. Hex color #156361 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #156361 is #EA9C9E. Grayscale: #4B4B4B. Windows color (decimal): -15375519 or 6382357. OLE color: 6382357.

HSL color Cylindrical-coordinate representation of color #156361: hue angle of 178.46º degrees, saturation: 0.65, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #156361 is Cyan = 0.79, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.61.

Color convert

RGB219997-
CMYK0.7900.020.61
HSL178.46º65%23.53%-
HSV(B)178.46º78.79%38.82%-
XYZ6.939.9512.86-
YUV75.45140.1689.16-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 9.68%
GREEN value IS 99 (39.06% from 255) = 45.62%
BLUE value IS 97 (38.28% from 255) = 44.70%
R=9.68%
G=45.62%
B=44.70%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal2199970.7900.020.61178.466523.53
Hex1563614F023Db24118
Octal25143141117027526210130
Binary1010111000111100001100111101011110110110010100000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #156361

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #156361; }

 p { color: rgb(21,99,97); }

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

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

 a { background-color: rgb(21,99,97); }

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

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

 span { border-color: rgb(21,99,97); }

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