#186361

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

Shades of Blue Stone #186361

Tints of Blue Stone #186361

Color information

#186361 (or 0x186361) is unknown color: approx Blue Stone. HEX triplet: 18, 63 and 61. RGB value is (24,99,97). Sum of RGB (Red+Green+Blue) = 24+99+97=220 (29% of max value = 765). Red value is 24 (9.77% from 255 or 10.91% from 220); Green value is 99 (39.06% from 255 or 45% from 220); Blue value is 97 (38.28% from 255 or 44.09% from 220); Max value from RGB is 99 - color contains mainly: green. Hex color #186361 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #186361 is #E79C9E. Grayscale: #4C4C4C. Windows color (decimal): -15178911 or 6382360. OLE color: 6382360.

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

Color convert

RGB249997-
CMYK0.7600.020.61
HSL178.4º60.98%24.12%-
HSV(B)178.4º75.76%38.82%-
XYZ79.9812.87-
YUV76.35139.6590.66-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 10.91%
GREEN value IS 99 (39.06% from 255) = 45%
BLUE value IS 97 (38.28% from 255) = 44.09%
R=10.91%
G=45%
B=44.09%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal2499970.7600.020.61178.460.9824.12
Hex1863614C023Db23d18
Octal3014314111402752627530
Binary110001100011110000110011000101111011011001011110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #186361

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #186361; }

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

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

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

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

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

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

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

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