#285C63

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

Shades of Blumine #285C63

Tints of Blumine #285C63

Color information

#285C63 (or 0x285C63) is unknown color: approx Blumine. HEX triplet: 28, 5C and 63. RGB value is (40,92,99). Sum of RGB (Red+Green+Blue) = 40+92+99=231 (30% of max value = 765). Red value is 40 (16.02% from 255 or 17.32% from 231); Green value is 92 (36.33% from 255 or 39.83% from 231); Blue value is 99 (39.06% from 255 or 42.86% from 231); Max value from RGB is 99 - color contains mainly: blue. Hex color #285C63 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #285C63 is #D7A39C. Grayscale: #4D4D4D. Windows color (decimal): -14132125 or 6511656. OLE color: 6511656.

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

Color convert

RGB409299-
CMYK0.600.0700.61
HSL187.12º42.45%27.25%-
HSV(B)187.12º59.6%38.82%-
XYZ6.959.0113.18-
YUV77.25140.27101.43-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 17.32%
GREEN value IS 92 (36.33% from 255) = 39.83%
BLUE value IS 99 (39.06% from 255) = 42.86%
R=17.32%
G=39.83%
B=42.86%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal4092990.600.0700.61187.1242.4527.25
Hex285C633C703Dbb2a1b
Octal501341437470752735233
Binary1010001011100110001111110011101111011011101110101011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #285C63

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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