#276361

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

Shades of Blue Stone #276361

Tints of Blue Stone #276361

Color information

#276361 (or 0x276361) is unknown color: approx Blue Stone. HEX triplet: 27, 63 and 61. RGB value is (39,99,97). Sum of RGB (Red+Green+Blue) = 39+99+97=235 (31% of max value = 765). Red value is 39 (15.62% from 255 or 16.60% from 235); Green value is 99 (39.06% from 255 or 42.13% from 235); Blue value is 97 (38.28% from 255 or 41.28% from 235); Max value from RGB is 99 - color contains mainly: green. Hex color #276361 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #276361 is #D89C9E. Grayscale: #505050. Windows color (decimal): -14195871 or 6382375. OLE color: 6382375.

HSL color Cylindrical-coordinate representation of color #276361: hue angle of 178º 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 #276361 is Cyan = 0.61, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.61.

Color convert

RGB399997-
CMYK0.6100.020.61
HSL178º43.48%27.06%-
HSV(B)178º60.61%38.82%-
XYZ7.4610.2212.89-
YUV80.83137.1298.16-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 16.60%
GREEN value IS 99 (39.06% from 255) = 42.13%
BLUE value IS 97 (38.28% from 255) = 41.28%
R=16.60%
G=42.13%
B=41.28%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal3999970.6100.020.6117843.4827.06
Hex2763613D023Db22b1b
Octal471431417502752625333
Binary100111110001111000011111010101111011011001010101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #276361

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #276361; }

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

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

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

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

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

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

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

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