#276063

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

Shades of Blue Stone #276063

Tints of Blue Stone #276063

Color information

#276063 (or 0x276063) is unknown color: approx Blue Stone. HEX triplet: 27, 60 and 63. RGB value is (39,96,99). Sum of RGB (Red+Green+Blue) = 39+96+99=234 (30% of max value = 765). Red value is 39 (15.62% from 255 or 16.67% from 234); Green value is 96 (37.89% from 255 or 41.03% from 234); Blue value is 99 (39.06% from 255 or 42.31% from 234); Max value from RGB is 99 - color contains mainly: blue. Hex color #276063 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #276063 is #D89F9C. Grayscale: #4F4F4F. Windows color (decimal): -14196637 or 6512679. OLE color: 6512679.

HSL color Cylindrical-coordinate representation of color #276063: hue angle of 183º degrees, saturation: 0.43, 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 #276063 is Cyan = 0.61, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB399699-
CMYK0.610.0300.61
HSL183º43.48%27.06%-
HSV(B)183º60.61%38.82%-
XYZ7.279.713.29-
YUV79.3139.1299.26-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 16.67%
GREEN value IS 96 (37.89% from 255) = 41.03%
BLUE value IS 99 (39.06% from 255) = 42.31%
R=16.67%
G=41.03%
B=42.31%

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
Decimal3996990.610.0300.6118343.4827.06
Hex2760633D303Db72b1b
Octal471401437530752675333
Binary100111110000011000111111011101111011011011110101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #276063

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #276063; }

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

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

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

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

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

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

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

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