#286260

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

Shades of Blue Stone #286260

Tints of Blue Stone #286260

Color information

#286260 (or 0x286260) is unknown color: approx Blue Stone. HEX triplet: 28, 62 and 60. RGB value is (40,98,96). Sum of RGB (Red+Green+Blue) = 40+98+96=234 (30% of max value = 765). Red value is 40 (16.02% from 255 or 17.09% from 234); Green value is 98 (38.67% from 255 or 41.88% from 234); Blue value is 96 (37.89% from 255 or 41.03% from 234); Max value from RGB is 98 - color contains mainly: green. Hex color #286260 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #286260 is #D79D9F. Grayscale: #505050. Windows color (decimal): -14130592 or 6316584. OLE color: 6316584.

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

Color convert

RGB409896-
CMYK0.5900.020.62
HSL177.93º42.03%27.06%-
HSV(B)177.93º59.18%38.43%-
XYZ7.3510.0312.61-
YUV80.43136.7899.16-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 17.09%
GREEN value IS 98 (38.67% from 255) = 41.88%
BLUE value IS 96 (37.89% from 255) = 41.03%
R=17.09%
G=41.88%
B=41.03%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal4098960.5900.020.62177.9342.0327.06
Hex2862603B023Eb22a1b
Octal501421407302762625233
Binary101000110001011000001110110101111101011001010101011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #286260

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #286260; }

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

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

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

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

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

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

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

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