#285963

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

Shades of Blumine #285963

Tints of Blumine #285963

Color information

#285963 (or 0x285963) is unknown color: approx Blumine. HEX triplet: 28, 59 and 63. RGB value is (40,89,99). Sum of RGB (Red+Green+Blue) = 40+89+99=228 (30% of max value = 765). Red value is 40 (16.02% from 255 or 17.54% from 228); Green value is 89 (35.16% from 255 or 39.04% from 228); Blue value is 99 (39.06% from 255 or 43.42% from 228); Max value from RGB is 99 - color contains mainly: blue. Hex color #285963 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #285963 is #D7A69C. Grayscale: #4B4B4B. Windows color (decimal): -14132893 or 6510888. OLE color: 6510888.

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

Color convert

RGB408999-
CMYK0.600.1000.61
HSL190.17º42.45%27.25%-
HSV(B)190.17º59.6%38.82%-
XYZ6.78.513.09-
YUV75.49141.27102.69-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 17.54%
GREEN value IS 89 (35.16% from 255) = 39.04%
BLUE value IS 99 (39.06% from 255) = 43.42%
R=17.54%
G=39.04%
B=43.42%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal4089990.600.1000.61190.1742.4527.25
Hex2859633CA03Dbe2a1b
Octal5013114374120752765233
Binary10100010110011100011111100101001111011011111010101011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #285963

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #285963; }

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

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

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

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

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

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

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

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