#1C685F

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

Shades of Blue Stone #1C685F

Tints of Blue Stone #1C685F

Color information

#1C685F (or 0x1C685F) is unknown color: approx Blue Stone. HEX triplet: 1C, 68 and 5F. RGB value is (28,104,95). Sum of RGB (Red+Green+Blue) = 28+104+95=227 (30% of max value = 765). Red value is 28 (11.33% from 255 or 12.33% from 227); Green value is 104 (41.02% from 255 or 45.81% from 227); Blue value is 95 (37.5% from 255 or 41.85% from 227); Max value from RGB is 104 - color contains mainly: green. Hex color #1C685F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1C685F is #E397A0. Grayscale: #505050. Windows color (decimal): -14915489 or 6252572. OLE color: 6252572.

HSL color Cylindrical-coordinate representation of color #1C685F: hue angle of 172.89º degrees, saturation: 0.58, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #1C685F is Cyan = 0.73, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.59.

Color convert

RGB2810495-
CMYK0.7300.090.59
HSL172.89º57.58%25.88%-
HSV(B)172.89º73.08%40.78%-
XYZ7.4910.9712.55-
YUV80.25136.3290.73-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 12.33%
GREEN value IS 104 (41.02% from 255) = 45.81%
BLUE value IS 95 (37.5% from 255) = 41.85%
R=12.33%
G=45.81%
B=41.85%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal28104950.7300.090.59172.8957.5825.88
Hex1C685F49093Bad3a1a
Octal34150137111011732557232
Binary11100110100010111111001001010011110111010110111101011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1C685F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1C685F; }

 p { color: rgb(28,104,95); }

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

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

 a { background-color: rgb(28,104,95); }

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

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

 span { border-color: rgb(28,104,95); }

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