#276161

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

Shades of Blue Stone #276161

Tints of Blue Stone #276161

Color information

#276161 (or 0x276161) is unknown color: approx Blue Stone. HEX triplet: 27, 61 and 61. RGB value is (39,97,97). Sum of RGB (Red+Green+Blue) = 39+97+97=233 (30% of max value = 765). Red value is 39 (15.62% from 255 or 16.74% from 233); Green value is 97 (38.28% from 255 or 41.63% from 233); Blue value is 97 (38.28% from 255 or 41.63% from 233); Max value from RGB is 97 - color contains mainly: green, blue. Hex color #276161 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #276161 is #D89E9E. Grayscale: #4F4F4F. Windows color (decimal): -14196383 or 6381863. OLE color: 6381863.

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

Color convert

RGB399797-
CMYK0.60000.62
HSL180º42.65%26.67%-
HSV(B)180º59.79%38.04%-
XYZ7.279.8412.83-
YUV79.66137.7899-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 16.74%
GREEN value IS 97 (38.28% from 255) = 41.63%
BLUE value IS 97 (38.28% from 255) = 41.63%
R=16.74%
G=41.63%
B=41.63%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal3997970.60000.6218042.6526.67
Hex2761613C003Eb42b1b
Octal471411417400762645333
Binary10011111000011100001111100001111101011010010101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #276161

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #276161; }

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

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

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

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

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

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

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

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