#1D615B

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

Shades of Blue Stone #1D615B

Tints of Blue Stone #1D615B

Color information

#1D615B (or 0x1D615B) is unknown color: approx Blue Stone. HEX triplet: 1D, 61 and 5B. RGB value is (29,97,91). Sum of RGB (Red+Green+Blue) = 29+97+91=217 (28% of max value = 765). Red value is 29 (11.72% from 255 or 13.36% from 217); Green value is 97 (38.28% from 255 or 44.70% from 217); Blue value is 91 (35.94% from 255 or 41.94% from 217); Max value from RGB is 97 - color contains mainly: green. Hex color #1D615B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1D615B is #E29EA4. Grayscale: #4B4B4B. Windows color (decimal): -14851749 or 5988637. OLE color: 5988637.

HSL color Cylindrical-coordinate representation of color #1D615B: hue angle of 174.71º 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 #1D615B is Cyan = 0.70, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.62.

Color convert

RGB299791-
CMYK0.7000.060.62
HSL174.71º53.97%24.71%-
HSV(B)174.71º70.1%38.04%-
XYZ6.679.5711.39-
YUV75.98136.4794.49-

RGB Variations

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

RGB

RED value IS 29 (11.72% from 255) = 13.36%
GREEN value IS 97 (38.28% from 255) = 44.70%
BLUE value IS 91 (35.94% from 255) = 41.94%
R=13.36%
G=44.70%
B=41.94%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal2997910.7000.060.62174.7153.9724.71
Hex1D615B46063Eaf3619
Octal3514113310606762576631
Binary1110111000011011011100011001101111101010111111011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1D615B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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