#1F685E

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

Shades of Blue Stone #1F685E

Tints of Blue Stone #1F685E

Color information

#1F685E (or 0x1F685E) is unknown color: approx Blue Stone. HEX triplet: 1F, 68 and 5E. RGB value is (31,104,94). Sum of RGB (Red+Green+Blue) = 31+104+94=229 (30% of max value = 765). Red value is 31 (12.5% from 255 or 13.54% from 229); Green value is 104 (41.02% from 255 or 45.41% from 229); Blue value is 94 (37.11% from 255 or 41.05% from 229); Max value from RGB is 104 - color contains mainly: green. Hex color #1F685E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1F685E is #E097A1. Grayscale: #515151. Windows color (decimal): -14718882 or 6187039. OLE color: 6187039.

HSL color Cylindrical-coordinate representation of color #1F685E: hue angle of 171.78º degrees, saturation: 0.54, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #1F685E is Cyan = 0.70, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.59.

Color convert

RGB3110494-
CMYK0.7000.100.59
HSL171.78º54.07%26.47%-
HSV(B)171.78º70.19%40.78%-
XYZ7.541112.32-
YUV81.03135.3292.31-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 13.54%
GREEN value IS 104 (41.02% from 255) = 45.41%
BLUE value IS 94 (37.11% from 255) = 41.05%
R=13.54%
G=45.41%
B=41.05%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal31104940.7000.100.59171.7854.0726.47
Hex1F685E460A3Bac361a
Octal37150136106012732546632
Binary11111110100010111101000110010101110111010110011011011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F685E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(31,104,94); }

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

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

 a { background-color: rgb(31,104,94); }

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

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

 span { border-color: rgb(31,104,94); }

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