#276865

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

Shades of Blue Stone #276865

Tints of Blue Stone #276865

Color information

#276865 (or 0x276865) is unknown color: approx Blue Stone. HEX triplet: 27, 68 and 65. RGB value is (39,104,101). Sum of RGB (Red+Green+Blue) = 39+104+101=244 (32% of max value = 765). Red value is 39 (15.62% from 255 or 15.98% from 244); Green value is 104 (41.02% from 255 or 42.62% from 244); Blue value is 101 (39.84% from 255 or 41.39% from 244); Max value from RGB is 104 - color contains mainly: green. Hex color #276865 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #276865 is #D8979A. Grayscale: #545454. Windows color (decimal): -14194587 or 6645799. OLE color: 6645799.

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

Color convert

RGB39104101-
CMYK0.6200.030.59
HSL177.23º45.45%28.04%-
HSV(B)177.23º62.5%40.78%-
XYZ8.1411.2714.06-
YUV84.22137.4795.74-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 15.98%
GREEN value IS 104 (41.02% from 255) = 42.62%
BLUE value IS 101 (39.84% from 255) = 41.39%
R=15.98%
G=42.62%
B=41.39%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal391041010.6200.030.59177.2345.4528.04
Hex2768653E033Bb12d1c
Octal471501457603732615534
Binary100111110100011001011111100111110111011000110110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #276865

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #276865; }

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

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

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

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

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

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

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

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