#285C64

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

Shades of Blumine #285C64

Tints of Blumine #285C64

Color information

#285C64 (or 0x285C64) is unknown color: approx Blumine. HEX triplet: 28, 5C and 64. RGB value is (40,92,100). Sum of RGB (Red+Green+Blue) = 40+92+100=232 (30% of max value = 765). Red value is 40 (16.02% from 255 or 17.24% from 232); Green value is 92 (36.33% from 255 or 39.66% from 232); Blue value is 100 (39.45% from 255 or 43.10% from 232); Max value from RGB is 100 - color contains mainly: blue. Hex color #285C64 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #285C64 is #D7A39B. Grayscale: #4D4D4D. Windows color (decimal): -14132124 or 6577192. OLE color: 6577192.

HSL color Cylindrical-coordinate representation of color #285C64: hue angle of 188º degrees, saturation: 0.43, 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 #285C64 is Cyan = 0.6, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB4092100-
CMYK0.60.0800.61
HSL188º42.86%27.45%-
HSV(B)188º60%39.22%-
XYZ79.0313.43-
YUV77.36140.77101.35-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 17.24%
GREEN value IS 92 (36.33% from 255) = 39.66%
BLUE value IS 100 (39.45% from 255) = 43.10%
R=17.24%
G=39.66%
B=43.10%

CMYK

C (Cyan) values IS 0.6
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal40921000.60.0800.6118842.8627.45
Hex285C643C803Dbc2b1b
Octal5013414474100752745333
Binary10100010111001100100111100100001111011011110010101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #285C64

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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