#115361

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

Shades of Blue Stone #115361

Tints of Blue Stone #115361

Color information

#115361 (or 0x115361) is unknown color: approx Blue Stone. HEX triplet: 11, 53 and 61. RGB value is (17,83,97). Sum of RGB (Red+Green+Blue) = 17+83+97=197 (26% of max value = 765). Red value is 17 (7.03% from 255 or 8.63% from 197); Green value is 83 (32.81% from 255 or 42.13% from 197); Blue value is 97 (38.28% from 255 or 49.24% from 197); Max value from RGB is 97 - color contains mainly: blue. Hex color #115361 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #115361 is #EEAC9E. Grayscale: #404040. Windows color (decimal): -15641759 or 6378257. OLE color: 6378257.

HSL color Cylindrical-coordinate representation of color #115361: hue angle of 190.5º degrees, saturation: 0.7, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #115361 is Cyan = 0.82, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB178397-
CMYK0.820.1400.62
HSL190.5º70.18%22.35%-
HSV(B)190.5º82.47%38.04%-
XYZ5.487.1712.4-
YUV64.86146.1393.86-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 8.63%
GREEN value IS 83 (32.81% from 255) = 42.13%
BLUE value IS 97 (38.28% from 255) = 49.24%
R=8.63%
G=42.13%
B=49.24%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal1783970.820.1400.62190.570.1822.35
Hex11536152E03Ebe4616
Octal211231411221607627610626
Binary100011010011110000110100101110011111010111110100011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #115361

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #115361; }

 p { color: rgb(17,83,97); }

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

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

 a { background-color: rgb(17,83,97); }

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

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

 span { border-color: rgb(17,83,97); }

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