#286461

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

Shades of Blue Stone #286461

Tints of Blue Stone #286461

Color information

#286461 (or 0x286461) is unknown color: approx Blue Stone. HEX triplet: 28, 64 and 61. RGB value is (40,100,97). Sum of RGB (Red+Green+Blue) = 40+100+97=237 (31% of max value = 765). Red value is 40 (16.02% from 255 or 16.88% from 237); Green value is 100 (39.45% from 255 or 42.19% from 237); Blue value is 97 (38.28% from 255 or 40.93% from 237); Max value from RGB is 100 - color contains mainly: green. Hex color #286461 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #286461 is #D79B9E. Grayscale: #515151. Windows color (decimal): -14130079 or 6382632. OLE color: 6382632.

HSL color Cylindrical-coordinate representation of color #286461: hue angle of 177º degrees, saturation: 0.43, 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 #286461 is Cyan = 0.6, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.61.

Color convert

RGB4010097-
CMYK0.600.030.61
HSL177º42.86%27.45%-
HSV(B)177º60%39.22%-
XYZ7.5910.4312.92-
YUV81.72136.6298.24-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 16.88%
GREEN value IS 100 (39.45% from 255) = 42.19%
BLUE value IS 97 (38.28% from 255) = 40.93%
R=16.88%
G=42.19%
B=40.93%

CMYK

C (Cyan) values IS 0.6
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal40100970.600.030.6117742.8627.45
Hex2864613C033Db12b1b
Octal501441417403752615333
Binary101000110010011000011111000111111011011000110101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #286461

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #286461; }

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

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

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

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

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

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

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

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