#286363

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

Shades of Blue Stone #286363

Tints of Blue Stone #286363

Color information

#286363 (or 0x286363) is unknown color: approx Blue Stone. HEX triplet: 28, 63 and 63. RGB value is (40,99,99). Sum of RGB (Red+Green+Blue) = 40+99+99=238 (31% of max value = 765). Red value is 40 (16.02% from 255 or 16.81% from 238); Green value is 99 (39.06% from 255 or 41.60% from 238); Blue value is 99 (39.06% from 255 or 41.60% from 238); Max value from RGB is 99 - color contains mainly: green, blue. Hex color #286363 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #286363 is #D79C9C. Grayscale: #515151. Windows color (decimal): -14130333 or 6513448. OLE color: 6513448.

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

Color convert

RGB409999-
CMYK0.60000.61
HSL180º42.45%27.25%-
HSV(B)180º59.6%38.82%-
XYZ7.5910.2813.39-
YUV81.36137.9598.5-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 16.81%
GREEN value IS 99 (39.06% from 255) = 41.60%
BLUE value IS 99 (39.06% from 255) = 41.60%
R=16.81%
G=41.60%
B=41.60%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal4099990.60000.6118042.4527.25
Hex2863633C003Db42a1b
Octal501431437400752645233
Binary10100011000111100011111100001111011011010010101011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #286363

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #286363; }

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

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

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

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

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

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

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

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