#1D686D

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

Shades of Blue Stone #1D686D

Tints of Blue Stone #1D686D

Color information

#1D686D (or 0x1D686D) is unknown color: approx Blue Stone. HEX triplet: 1D, 68 and 6D. RGB value is (29,104,109). Sum of RGB (Red+Green+Blue) = 29+104+109=242 (32% of max value = 765). Red value is 29 (11.72% from 255 or 11.98% from 242); Green value is 104 (41.02% from 255 or 42.98% from 242); Blue value is 109 (42.97% from 255 or 45.04% from 242); Max value from RGB is 109 - color contains mainly: blue. Hex color #1D686D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1D686D is #E29792. Grayscale: #525252. Windows color (decimal): -14849939 or 7170077. OLE color: 7170077.

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

Color convert

RGB29104109-
CMYK0.730.0500.57
HSL183.75º57.97%27.06%-
HSV(B)183.75º73.39%42.75%-
XYZ8.2211.2716.21-
YUV82.14143.1590.09-

RGB Variations

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

RGB

RED value IS 29 (11.72% from 255) = 11.98%
GREEN value IS 104 (41.02% from 255) = 42.98%
BLUE value IS 109 (42.97% from 255) = 45.04%
R=11.98%
G=42.98%
B=45.04%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal291041090.730.0500.57183.7557.9727.06
Hex1D686D495039b83a1b
Octal3515015511150712707233
Binary1110111010001101101100100110101110011011100011101011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1D686D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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