#156362

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

Shades of Blue Stone #156362

Tints of Blue Stone #156362

Color information

#156362 (or 0x156362) is unknown color: approx Blue Stone. HEX triplet: 15, 63 and 62. RGB value is (21,99,98). Sum of RGB (Red+Green+Blue) = 21+99+98=218 (28% of max value = 765). Red value is 21 (8.59% from 255 or 9.63% from 218); Green value is 99 (39.06% from 255 or 45.41% from 218); Blue value is 98 (38.67% from 255 or 44.95% from 218); Max value from RGB is 99 - color contains mainly: green. Hex color #156362 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #156362 is #EA9C9D. Grayscale: #4B4B4B. Windows color (decimal): -15375518 or 6447893. OLE color: 6447893.

HSL color Cylindrical-coordinate representation of color #156362: hue angle of 179.23º 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 #156362 is Cyan = 0.79, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.61.

Color convert

RGB219998-
CMYK0.7900.010.61
HSL179.23º65%23.53%-
HSV(B)179.23º78.79%38.82%-
XYZ6.989.9613.11-
YUV75.56140.6689.08-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 9.63%
GREEN value IS 99 (39.06% from 255) = 45.41%
BLUE value IS 98 (38.67% from 255) = 44.95%
R=9.63%
G=45.41%
B=44.95%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal2199980.7900.010.61179.236523.53
Hex1563624F013Db34118
Octal25143142117017526310130
Binary101011100011110001010011110111110110110011100000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #156362

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #156362; }

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

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

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

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

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

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

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

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