#27686B

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

Shades of Blue Stone #27686B

Tints of Blue Stone #27686B

Color information

#27686B (or 0x27686B) is unknown color: approx Blue Stone. HEX triplet: 27, 68 and 6B. RGB value is (39,104,107). Sum of RGB (Red+Green+Blue) = 39+104+107=250 (33% of max value = 765). Red value is 39 (15.62% from 255 or 15.6% from 250); Green value is 104 (41.02% from 255 or 41.6% from 250); Blue value is 107 (42.19% from 255 or 42.8% from 250); Max value from RGB is 107 - color contains mainly: blue. Hex color #27686B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #27686B is #D89794. Grayscale: #545454. Windows color (decimal): -14194581 or 7039015. OLE color: 7039015.

HSL color Cylindrical-coordinate representation of color #27686B: hue angle of 182.65º 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 #27686B is Cyan = 0.64, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB39104107-
CMYK0.640.0300.58
HSL182.65º46.58%28.63%-
HSV(B)182.65º63.55%41.96%-
XYZ8.4411.3915.66-
YUV84.91140.4795.26-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 15.6%
GREEN value IS 104 (41.02% from 255) = 41.6%
BLUE value IS 107 (42.19% from 255) = 42.8%
R=15.6%
G=41.6%
B=42.8%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal391041070.640.0300.58182.6546.5828.63
Hex27686B40303Ab72f1d
Octal4715015310030722675735
Binary1001111101000110101110000001101110101011011110111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #27686B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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