#276166

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

Shades of Blue Stone #276166

Tints of Blue Stone #276166

Color information

#276166 (or 0x276166) is unknown color: approx Blue Stone. HEX triplet: 27, 61 and 66. RGB value is (39,97,102). Sum of RGB (Red+Green+Blue) = 39+97+102=238 (31% of max value = 765). Red value is 39 (15.62% from 255 or 16.39% from 238); Green value is 97 (38.28% from 255 or 40.76% from 238); Blue value is 102 (40.23% from 255 or 42.86% from 238); Max value from RGB is 102 - color contains mainly: blue. Hex color #276166 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #276166 is #D89E99. Grayscale: #505050. Windows color (decimal): -14196378 or 6709543. OLE color: 6709543.

HSL color Cylindrical-coordinate representation of color #276166: hue angle of 184.76º 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 #276166 is Cyan = 0.62, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.6.

Color convert

RGB3997102-
CMYK0.620.0500.6
HSL184.76º44.68%27.65%-
HSV(B)184.76º61.76%40%-
XYZ7.519.9414.09-
YUV80.23140.2898.59-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 16.39%
GREEN value IS 97 (38.28% from 255) = 40.76%
BLUE value IS 102 (40.23% from 255) = 42.86%
R=16.39%
G=40.76%
B=42.86%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal39971020.620.0500.6184.7644.6827.65
Hex2761663E503Cb92d1c
Octal471411467650742715534
Binary1001111100001110011011111010101111001011100110110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #276166

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #276166; }

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

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

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

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

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

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

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

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