#286868

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

Shades of Blue Stone #286868

Tints of Blue Stone #286868

Color information

#286868 (or 0x286868) is unknown color: approx Blue Stone. HEX triplet: 28, 68 and 68. RGB value is (40,104,104). Sum of RGB (Red+Green+Blue) = 40+104+104=248 (32% of max value = 765). Red value is 40 (16.02% from 255 or 16.13% from 248); Green value is 104 (41.02% from 255 or 41.94% from 248); Blue value is 104 (41.02% from 255 or 41.94% from 248); Max value from RGB is 104 - color contains mainly: green, blue. Hex color #286868 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #286868 is #D79797. Grayscale: #545454. Windows color (decimal): -14129048 or 6842408. OLE color: 6842408.

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

Color convert

RGB40104104-
CMYK0.62000.59
HSL180º44.44%28.24%-
HSV(B)180º61.54%40.78%-
XYZ8.3211.3514.85-
YUV84.86138.896-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 16.13%
GREEN value IS 104 (41.02% from 255) = 41.94%
BLUE value IS 104 (41.02% from 255) = 41.94%
R=16.13%
G=41.94%
B=41.94%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal401041040.62000.5918044.4428.24
Hex2868683E003Bb42c1c
Octal501501507600732645434
Binary10100011010001101000111110001110111011010010110011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #286868

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #286868; }

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

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

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

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

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

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

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

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