#276366

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

Shades of Blue Stone #276366

Tints of Blue Stone #276366

Color information

#276366 (or 0x276366) is unknown color: approx Blue Stone. HEX triplet: 27, 63 and 66. RGB value is (39,99,102). Sum of RGB (Red+Green+Blue) = 39+99+102=240 (31% of max value = 765). Red value is 39 (15.62% from 255 or 16.25% from 240); Green value is 99 (39.06% from 255 or 41.25% from 240); Blue value is 102 (40.23% from 255 or 42.5% from 240); Max value from RGB is 102 - color contains mainly: blue. Hex color #276366 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #276366 is #D89C99. Grayscale: #515151. Windows color (decimal): -14195866 or 6710055. OLE color: 6710055.

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

Color convert

RGB3999102-
CMYK0.620.0300.6
HSL182.86º44.68%27.65%-
HSV(B)182.86º61.76%40%-
XYZ7.710.3114.16-
YUV81.4139.6297.76-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 16.25%
GREEN value IS 99 (39.06% from 255) = 41.25%
BLUE value IS 102 (40.23% from 255) = 42.5%
R=16.25%
G=41.25%
B=42.5%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal39991020.620.0300.6182.8644.6827.65
Hex2763663E303Cb72d1c
Octal471431467630742675534
Binary100111110001111001101111101101111001011011110110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #276366

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #276366; }

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

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

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

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

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

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

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

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