#286361

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

Shades of Blue Stone #286361

Tints of Blue Stone #286361

Color information

#286361 (or 0x286361) is unknown color: approx Blue Stone. HEX triplet: 28, 63 and 61. RGB value is (40,99,97). Sum of RGB (Red+Green+Blue) = 40+99+97=236 (31% of max value = 765). Red value is 40 (16.02% from 255 or 16.95% from 236); Green value is 99 (39.06% from 255 or 41.95% from 236); Blue value is 97 (38.28% from 255 or 41.10% from 236); Max value from RGB is 99 - color contains mainly: green. Hex color #286361 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #286361 is #D79C9E. Grayscale: #515151. Windows color (decimal): -14130335 or 6382376. OLE color: 6382376.

HSL color Cylindrical-coordinate representation of color #286361: hue angle of 177.97º degrees, saturation: 0.42, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #286361 is Cyan = 0.60, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.61.

Color convert

RGB409997-
CMYK0.6000.020.61
HSL177.97º42.45%27.25%-
HSV(B)177.97º59.6%38.82%-
XYZ7.4910.2412.89-
YUV81.13136.9598.66-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 16.95%
GREEN value IS 99 (39.06% from 255) = 41.95%
BLUE value IS 97 (38.28% from 255) = 41.10%
R=16.95%
G=41.95%
B=41.10%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal4099970.6000.020.61177.9742.4527.25
Hex2863613C023Db22a1b
Octal501431417402752625233
Binary101000110001111000011111000101111011011001010101011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #286361

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #286361; }

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

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

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

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

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

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

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

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