#27686C

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

Shades of Blue Stone #27686C

Tints of Blue Stone #27686C

Color information

#27686C (or 0x27686C) is unknown color: approx Blue Stone. HEX triplet: 27, 68 and 6C. RGB value is (39,104,108). Sum of RGB (Red+Green+Blue) = 39+104+108=251 (33% of max value = 765). Red value is 39 (15.62% from 255 or 15.54% from 251); Green value is 104 (41.02% from 255 or 41.43% from 251); Blue value is 108 (42.58% from 255 or 43.03% from 251); Max value from RGB is 108 - color contains mainly: blue. Hex color #27686C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #27686C is #D89793. Grayscale: #545454. Windows color (decimal): -14194580 or 7104551. OLE color: 7104551.

HSL color Cylindrical-coordinate representation of color #27686C: hue angle of 183.48º degrees, saturation: 0.47, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #27686C is Cyan = 0.64, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB39104108-
CMYK0.640.0400.58
HSL183.48º46.94%28.82%-
HSV(B)183.48º63.89%42.35%-
XYZ8.4911.4115.94-
YUV85.02140.9795.17-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 15.54%
GREEN value IS 104 (41.02% from 255) = 41.43%
BLUE value IS 108 (42.58% from 255) = 43.03%
R=15.54%
G=41.43%
B=43.03%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal391041080.640.0400.58183.4846.9428.82
Hex27686C40403Ab72f1d
Octal4715015410040722675735
Binary10011111010001101100100000010001110101011011110111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #27686C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #27686C; }

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

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

<style>
 a { background-color: #27686C; }

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

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

<style>
 span { border-color: #27686C; }

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

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