#1C685C

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

Shades of Blue Stone #1C685C

Tints of Blue Stone #1C685C

Color information

#1C685C (or 0x1C685C) is unknown color: approx Blue Stone. HEX triplet: 1C, 68 and 5C. RGB value is (28,104,92). Sum of RGB (Red+Green+Blue) = 28+104+92=224 (29% of max value = 765). Red value is 28 (11.33% from 255 or 12.5% from 224); Green value is 104 (41.02% from 255 or 46.43% from 224); Blue value is 92 (36.33% from 255 or 41.07% from 224); Max value from RGB is 104 - color contains mainly: green. Hex color #1C685C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1C685C is #E397A3. Grayscale: #4F4F4F. Windows color (decimal): -14915492 or 6055964. OLE color: 6055964.

HSL color Cylindrical-coordinate representation of color #1C685C: hue angle of 170.53º 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 #1C685C is Cyan = 0.73, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.59.

Color convert

RGB2810492-
CMYK0.7300.120.59
HSL170.53º57.58%25.88%-
HSV(B)170.53º73.08%40.78%-
XYZ7.3610.9211.85-
YUV79.91134.8290.98-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 12.5%
GREEN value IS 104 (41.02% from 255) = 46.43%
BLUE value IS 92 (36.33% from 255) = 41.07%
R=12.5%
G=46.43%
B=41.07%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal28104920.7300.120.59170.5357.5825.88
Hex1C685C490C3Bab3a1a
Octal34150134111014732537232
Binary11100110100010111001001001011001110111010101111101011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1C685C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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