#1D686C

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

Shades of Blue Stone #1D686C

Tints of Blue Stone #1D686C

Color information

#1D686C (or 0x1D686C) is unknown color: approx Blue Stone. HEX triplet: 1D, 68 and 6C. RGB value is (29,104,108). Sum of RGB (Red+Green+Blue) = 29+104+108=241 (31% of max value = 765). Red value is 29 (11.72% from 255 or 12.03% from 241); Green value is 104 (41.02% from 255 or 43.15% from 241); Blue value is 108 (42.58% from 255 or 44.81% from 241); Max value from RGB is 108 - color contains mainly: blue. Hex color #1D686C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1D686C is #E29793. Grayscale: #515151. Windows color (decimal): -14849940 or 7104541. OLE color: 7104541.

HSL color Cylindrical-coordinate representation of color #1D686C: hue angle of 183.04º degrees, saturation: 0.58, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #1D686C is Cyan = 0.73, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB29104108-
CMYK0.730.0400.58
HSL183.04º57.66%26.86%-
HSV(B)183.04º73.15%42.35%-
XYZ8.1611.2415.93-
YUV82.03142.6590.17-

RGB Variations

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

RGB

RED value IS 29 (11.72% from 255) = 12.03%
GREEN value IS 104 (41.02% from 255) = 43.15%
BLUE value IS 108 (42.58% from 255) = 44.81%
R=12.03%
G=43.15%
B=44.81%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal291041080.730.0400.58183.0457.6626.86
Hex1D686C49403Ab73a1b
Octal3515015411140722677233
Binary1110111010001101100100100110001110101011011111101011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1D686C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(29,104,108); }

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

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

 a { background-color: rgb(29,104,108); }

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

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

 span { border-color: rgb(29,104,108); }

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