#276164

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

Shades of Blue Stone #276164

Tints of Blue Stone #276164

Color information

#276164 (or 0x276164) is unknown color: approx Blue Stone. HEX triplet: 27, 61 and 64. RGB value is (39,97,100). Sum of RGB (Red+Green+Blue) = 39+97+100=236 (31% of max value = 765). Red value is 39 (15.62% from 255 or 16.53% from 236); Green value is 97 (38.28% from 255 or 41.10% from 236); Blue value is 100 (39.45% from 255 or 42.37% from 236); Max value from RGB is 100 - color contains mainly: blue. Hex color #276164 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #276164 is #D89E9B. Grayscale: #4F4F4F. Windows color (decimal): -14196380 or 6578471. OLE color: 6578471.

HSL color Cylindrical-coordinate representation of color #276164: hue angle of 182.95º degrees, saturation: 0.44, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #276164 is Cyan = 0.61, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB3997100-
CMYK0.610.0300.61
HSL182.95º43.88%27.25%-
HSV(B)182.95º61%39.22%-
XYZ7.419.913.58-
YUV80139.2898.76-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 16.53%
GREEN value IS 97 (38.28% from 255) = 41.10%
BLUE value IS 100 (39.45% from 255) = 42.37%
R=16.53%
G=41.10%
B=42.37%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal39971000.610.0300.61182.9543.8827.25
Hex2761643D303Db72c1b
Octal471411447530752675433
Binary100111110000111001001111011101111011011011110110011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #276164

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #276164; }

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

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

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

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

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

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

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

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