#286863

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

Shades of Blue Stone #286863

Tints of Blue Stone #286863

Color information

#286863 (or 0x286863) is unknown color: approx Blue Stone. HEX triplet: 28, 68 and 63. RGB value is (40,104,99). Sum of RGB (Red+Green+Blue) = 40+104+99=243 (32% of max value = 765). Red value is 40 (16.02% from 255 or 16.46% from 243); Green value is 104 (41.02% from 255 or 42.80% from 243); Blue value is 99 (39.06% from 255 or 40.74% from 243); Max value from RGB is 104 - color contains mainly: green. Hex color #286863 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #286863 is #D7979C. Grayscale: #545454. Windows color (decimal): -14129053 or 6514728. OLE color: 6514728.

HSL color Cylindrical-coordinate representation of color #286863: hue angle of 175.31º degrees, saturation: 0.44, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #286863 is Cyan = 0.62, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.59.

Color convert

RGB4010499-
CMYK0.6200.050.59
HSL175.31º44.44%28.24%-
HSV(B)175.31º61.54%40.78%-
XYZ8.0811.2513.55-
YUV84.29136.396.41-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 16.46%
GREEN value IS 104 (41.02% from 255) = 42.80%
BLUE value IS 99 (39.06% from 255) = 40.74%
R=16.46%
G=42.80%
B=40.74%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal40104990.6200.050.59175.3144.4428.24
Hex2868633E053Baf2c1c
Octal501501437605732575434
Binary1010001101000110001111111001011110111010111110110011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #286863

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #286863; }

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

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

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

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

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

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

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

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