#285E60

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

Shades of Blue Stone #285E60

Tints of Blue Stone #285E60

Color information

#285E60 (or 0x285E60) is unknown color: approx Blue Stone. HEX triplet: 28, 5E and 60. RGB value is (40,94,96). Sum of RGB (Red+Green+Blue) = 40+94+96=230 (30% of max value = 765). Red value is 40 (16.02% from 255 or 17.39% from 230); Green value is 94 (37.11% from 255 or 40.87% from 230); Blue value is 96 (37.89% from 255 or 41.74% from 230); Max value from RGB is 96 - color contains mainly: blue. Hex color #285E60 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #285E60 is #D7A19F. Grayscale: #4E4E4E. Windows color (decimal): -14131616 or 6315560. OLE color: 6315560.

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

Color convert

RGB409496-
CMYK0.580.0200.62
HSL182.14º41.18%26.67%-
HSV(B)182.14º58.33%37.65%-
XYZ6.999.312.49-
YUV78.08138.11100.84-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 17.39%
GREEN value IS 94 (37.11% from 255) = 40.87%
BLUE value IS 96 (37.89% from 255) = 41.74%
R=17.39%
G=40.87%
B=41.74%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal4094960.580.0200.62182.1441.1826.67
Hex285E603A203Eb6291b
Octal501361407220762665133
Binary101000101111011000001110101001111101011011010100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #285E60

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #285E60; }

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

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

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

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

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

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

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

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