#1D675D

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

Shades of Blue Stone #1D675D

Tints of Blue Stone #1D675D

Color information

#1D675D (or 0x1D675D) is unknown color: approx Blue Stone. HEX triplet: 1D, 67 and 5D. RGB value is (29,103,93). Sum of RGB (Red+Green+Blue) = 29+103+93=225 (29% of max value = 765). Red value is 29 (11.72% from 255 or 12.89% from 225); Green value is 103 (40.62% from 255 or 45.78% from 225); Blue value is 93 (36.72% from 255 or 41.33% from 225); Max value from RGB is 103 - color contains mainly: green. Hex color #1D675D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1D675D is #E298A2. Grayscale: #4F4F4F. Windows color (decimal): -14850211 or 6121245. OLE color: 6121245.

HSL color Cylindrical-coordinate representation of color #1D675D: hue angle of 171.89º degrees, saturation: 0.56, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #1D675D is Cyan = 0.72, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.60.

Color convert

RGB2910393-
CMYK0.7200.100.60
HSL171.89º56.06%25.88%-
HSV(B)171.89º71.84%40.39%-
XYZ7.3310.7512.04-
YUV79.73135.4891.81-

RGB Variations

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

RGB

RED value IS 29 (11.72% from 255) = 12.89%
GREEN value IS 103 (40.62% from 255) = 45.78%
BLUE value IS 93 (36.72% from 255) = 41.33%
R=12.89%
G=45.78%
B=41.33%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal29103930.7200.100.60171.8956.0625.88
Hex1D675D480A3Cac381a
Octal35147135110012742547032
Binary11101110011110111011001000010101111001010110011100011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1D675D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(29,103,93); }

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

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

 a { background-color: rgb(29,103,93); }

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

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

 span { border-color: rgb(29,103,93); }

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