#276767

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

Shades of Blue Stone #276767

Tints of Blue Stone #276767

Color information

#276767 (or 0x276767) is unknown color: approx Blue Stone. HEX triplet: 27, 67 and 67. RGB value is (39,103,103). Sum of RGB (Red+Green+Blue) = 39+103+103=245 (32% of max value = 765). Red value is 39 (15.62% from 255 or 15.92% from 245); Green value is 103 (40.62% from 255 or 42.04% from 245); Blue value is 103 (40.62% from 255 or 42.04% from 245); Max value from RGB is 103 - color contains mainly: green, blue. Hex color #276767 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #276767 is #D89898. Grayscale: #535353. Windows color (decimal): -14194841 or 6776615. OLE color: 6776615.

HSL color Cylindrical-coordinate representation of color #276767: hue angle of 180º degrees, saturation: 0.45, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #276767 is Cyan = 0.62, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB39103103-
CMYK0.62000.60
HSL180º45.07%27.84%-
HSV(B)180º62.14%40.39%-
XYZ8.1411.1114.55-
YUV83.86138.896-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 15.92%
GREEN value IS 103 (40.62% from 255) = 42.04%
BLUE value IS 103 (40.62% from 255) = 42.04%
R=15.92%
G=42.04%
B=42.04%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal391031030.62000.6018045.0727.84
Hex2767673E003Cb42d1c
Octal471471477600742645534
Binary10011111001111100111111110001111001011010010110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #276767

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #276767; }

 p { color: rgb(39,103,103); }

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

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

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

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

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

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

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