#276A65

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

Shades of Blue Stone #276A65

Tints of Blue Stone #276A65

Color information

#276A65 (or 0x276A65) is unknown color: approx Blue Stone. HEX triplet: 27, 6A and 65. RGB value is (39,106,101). Sum of RGB (Red+Green+Blue) = 39+106+101=246 (32% of max value = 765). Red value is 39 (15.62% from 255 or 15.85% from 246); Green value is 106 (41.80% from 255 or 43.09% from 246); Blue value is 101 (39.84% from 255 or 41.06% from 246); Max value from RGB is 106 - color contains mainly: green. Hex color #276A65 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #276A65 is #D8959A. Grayscale: #555555. Windows color (decimal): -14194075 or 6646311. OLE color: 6646311.

HSL color Cylindrical-coordinate representation of color #276A65: hue angle of 175.52º degrees, saturation: 0.46, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #276A65 is Cyan = 0.63, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.58.

Color convert

RGB39106101-
CMYK0.6300.050.58
HSL175.52º46.21%28.43%-
HSV(B)175.52º63.21%41.57%-
XYZ8.3411.6814.13-
YUV85.4136.894.91-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 15.85%
GREEN value IS 106 (41.80% from 255) = 43.09%
BLUE value IS 101 (39.84% from 255) = 41.06%
R=15.85%
G=43.09%
B=41.06%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal391061010.6300.050.58175.5246.2128.43
Hex276A653F053Ab02e1c
Octal471521457705722605634
Binary1001111101010110010111111101011110101011000010111011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #276A65

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #276A65; }

 p { color: rgb(39,106,101); }

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

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

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

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

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

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

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