#285A63

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

Shades of Blumine #285A63

Tints of Blumine #285A63

Color information

#285A63 (or 0x285A63) is unknown color: approx Blumine. HEX triplet: 28, 5A and 63. RGB value is (40,90,99). Sum of RGB (Red+Green+Blue) = 40+90+99=229 (30% of max value = 765). Red value is 40 (16.02% from 255 or 17.47% from 229); Green value is 90 (35.55% from 255 or 39.30% from 229); Blue value is 99 (39.06% from 255 or 43.23% from 229); Max value from RGB is 99 - color contains mainly: blue. Hex color #285A63 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #285A63 is #D7A59C. Grayscale: #4B4B4B. Windows color (decimal): -14132637 or 6511144. OLE color: 6511144.

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

Color convert

RGB409099-
CMYK0.600.0900.61
HSL189.15º42.45%27.25%-
HSV(B)189.15º59.6%38.82%-
XYZ6.788.6613.12-
YUV76.08140.94102.27-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 17.47%
GREEN value IS 90 (35.55% from 255) = 39.30%
BLUE value IS 99 (39.06% from 255) = 43.23%
R=17.47%
G=39.30%
B=43.23%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal4090990.600.0900.61189.1542.4527.25
Hex285A633C903Dbd2a1b
Octal5013214374110752755233
Binary10100010110101100011111100100101111011011110110101011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #285A63

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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