#286262

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

Shades of Blue Stone #286262

Tints of Blue Stone #286262

Color information

#286262 (or 0x286262) is unknown color: approx Blue Stone. HEX triplet: 28, 62 and 62. RGB value is (40,98,98). Sum of RGB (Red+Green+Blue) = 40+98+98=236 (31% of max value = 765). Red value is 40 (16.02% from 255 or 16.95% from 236); Green value is 98 (38.67% from 255 or 41.53% from 236); Blue value is 98 (38.67% from 255 or 41.53% from 236); Max value from RGB is 98 - color contains mainly: green, blue. Hex color #286262 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #286262 is #D79D9D. Grayscale: #505050. Windows color (decimal): -14130590 or 6447656. OLE color: 6447656.

HSL color Cylindrical-coordinate representation of color #286262: hue angle of 180º degrees, saturation: 0.42, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #286262 is Cyan = 0.59, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB409898-
CMYK0.59000.62
HSL180º42.03%27.06%-
HSV(B)180º59.18%38.43%-
XYZ7.4510.0713.11-
YUV80.66137.7899-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 16.95%
GREEN value IS 98 (38.67% from 255) = 41.53%
BLUE value IS 98 (38.67% from 255) = 41.53%
R=16.95%
G=41.53%
B=41.53%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal4098980.59000.6218042.0327.06
Hex2862623B003Eb42a1b
Octal501421427300762645233
Binary10100011000101100010111011001111101011010010101011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #286262

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #286262; }

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

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

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

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

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

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

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

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