#1F686C

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

Shades of Blue Stone #1F686C

Tints of Blue Stone #1F686C

Color information

#1F686C (or 0x1F686C) is unknown color: approx Blue Stone. HEX triplet: 1F, 68 and 6C. RGB value is (31,104,108). Sum of RGB (Red+Green+Blue) = 31+104+108=243 (32% of max value = 765). Red value is 31 (12.5% from 255 or 12.76% from 243); Green value is 104 (41.02% from 255 or 42.80% from 243); Blue value is 108 (42.58% from 255 or 44.44% from 243); Max value from RGB is 108 - color contains mainly: blue. Hex color #1F686C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1F686C is #E09793. Grayscale: #525252. Windows color (decimal): -14718868 or 7104543. OLE color: 7104543.

HSL color Cylindrical-coordinate representation of color #1F686C: hue angle of 183.12º degrees, saturation: 0.55, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #1F686C is Cyan = 0.71, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB31104108-
CMYK0.710.0400.58
HSL183.12º55.4%27.25%-
HSV(B)183.12º71.3%42.35%-
XYZ8.2211.2715.93-
YUV82.63142.3291.17-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 12.76%
GREEN value IS 104 (41.02% from 255) = 42.80%
BLUE value IS 108 (42.58% from 255) = 44.44%
R=12.76%
G=42.80%
B=44.44%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal311041080.710.0400.58183.1255.427.25
Hex1F686C47403Ab7371b
Octal3715015410740722676733
Binary1111111010001101100100011110001110101011011111011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F686C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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