#1D615E

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

Shades of Blue Stone #1D615E

Tints of Blue Stone #1D615E

Color information

#1D615E (or 0x1D615E) is unknown color: approx Blue Stone. HEX triplet: 1D, 61 and 5E. RGB value is (29,97,94). Sum of RGB (Red+Green+Blue) = 29+97+94=220 (29% of max value = 765). Red value is 29 (11.72% from 255 or 13.18% from 220); Green value is 97 (38.28% from 255 or 44.09% from 220); Blue value is 94 (37.11% from 255 or 42.73% from 220); Max value from RGB is 97 - color contains mainly: green. Hex color #1D615E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1D615E is #E29EA1. Grayscale: #4C4C4C. Windows color (decimal): -14851746 or 6185245. OLE color: 6185245.

HSL color Cylindrical-coordinate representation of color #1D615E: hue angle of 177.35º degrees, saturation: 0.54, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #1D615E is Cyan = 0.70, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.62.

Color convert

RGB299794-
CMYK0.7000.030.62
HSL177.35º53.97%24.71%-
HSV(B)177.35º70.1%38.04%-
XYZ6.89.6212.09-
YUV76.33137.9794.24-

RGB Variations

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

RGB

RED value IS 29 (11.72% from 255) = 13.18%
GREEN value IS 97 (38.28% from 255) = 44.09%
BLUE value IS 94 (37.11% from 255) = 42.73%
R=13.18%
G=44.09%
B=42.73%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal2997940.7000.030.62177.3553.9724.71
Hex1D615E46033Eb13619
Octal3514113610603762616631
Binary111011100001101111010001100111111101011000111011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1D615E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(29,97,94); }

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

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

 a { background-color: rgb(29,97,94); }

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

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

 span { border-color: rgb(29,97,94); }

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