#276362

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

Shades of Blue Stone #276362

Tints of Blue Stone #276362

Color information

#276362 (or 0x276362) is unknown color: approx Blue Stone. HEX triplet: 27, 63 and 62. RGB value is (39,99,98). Sum of RGB (Red+Green+Blue) = 39+99+98=236 (31% of max value = 765). Red value is 39 (15.62% from 255 or 16.53% from 236); Green value is 99 (39.06% from 255 or 41.95% from 236); Blue value is 98 (38.67% from 255 or 41.53% from 236); Max value from RGB is 99 - color contains mainly: green. Hex color #276362 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #276362 is #D89C9D. Grayscale: #505050. Windows color (decimal): -14195870 or 6447911. OLE color: 6447911.

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

Color convert

RGB399998-
CMYK0.6100.010.61
HSL179º43.48%27.06%-
HSV(B)179º60.61%38.82%-
XYZ7.510.2413.14-
YUV80.95137.6298.08-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 16.53%
GREEN value IS 99 (39.06% from 255) = 41.95%
BLUE value IS 98 (38.67% from 255) = 41.53%
R=16.53%
G=41.95%
B=41.53%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal3999980.6100.010.6117943.4827.06
Hex2763623D013Db32b1b
Octal471431427501752635333
Binary10011111000111100010111101011111011011001110101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #276362

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #276362; }

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

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

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

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

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

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

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

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