#276665

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

Shades of Blue Stone #276665

Tints of Blue Stone #276665

Color information

#276665 (or 0x276665) is unknown color: approx Blue Stone. HEX triplet: 27, 66 and 65. RGB value is (39,102,101). Sum of RGB (Red+Green+Blue) = 39+102+101=242 (32% of max value = 765). Red value is 39 (15.62% from 255 or 16.12% from 242); Green value is 102 (40.23% from 255 or 42.15% from 242); Blue value is 101 (39.84% from 255 or 41.74% from 242); Max value from RGB is 102 - color contains mainly: green. Hex color #276665 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #276665 is #D8999A. Grayscale: #525252. Windows color (decimal): -14195099 or 6645287. OLE color: 6645287.

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

Color convert

RGB39102101-
CMYK0.6200.010.6
HSL179.05º44.68%27.65%-
HSV(B)179.05º61.76%40%-
XYZ7.9410.8713.99-
YUV83.05138.1396.58-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 16.12%
GREEN value IS 102 (40.23% from 255) = 42.15%
BLUE value IS 101 (39.84% from 255) = 41.74%
R=16.12%
G=42.15%
B=41.74%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal391021010.6200.010.6179.0544.6827.65
Hex2766653E013Cb32d1c
Octal471461457601742635534
Binary10011111001101100101111110011111001011001110110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #276665

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #276665; }

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

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

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

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

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

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

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

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