#285962

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

Shades of Blumine #285962

Tints of Blumine #285962

Color information

#285962 (or 0x285962) is unknown color: approx Blumine. HEX triplet: 28, 59 and 62. RGB value is (40,89,98). Sum of RGB (Red+Green+Blue) = 40+89+98=227 (30% of max value = 765). Red value is 40 (16.02% from 255 or 17.62% from 227); Green value is 89 (35.16% from 255 or 39.21% from 227); Blue value is 98 (38.67% from 255 or 43.17% from 227); Max value from RGB is 98 - color contains mainly: blue. Hex color #285962 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #285962 is #D7A69D. Grayscale: #4B4B4B. Windows color (decimal): -14132894 or 6445352. OLE color: 6445352.

HSL color Cylindrical-coordinate representation of color #285962: hue angle of 189.31º degrees, saturation: 0.42, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #285962 is Cyan = 0.59, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB408998-
CMYK0.590.0900.62
HSL189.31º42.03%27.06%-
HSV(B)189.31º59.18%38.43%-
XYZ6.658.4812.84-
YUV75.37140.77102.77-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 17.62%
GREEN value IS 89 (35.16% from 255) = 39.21%
BLUE value IS 98 (38.67% from 255) = 43.17%
R=17.62%
G=39.21%
B=43.17%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal4089980.590.0900.62189.3142.0327.06
Hex2859623B903Ebd2a1b
Octal5013114273110762755233
Binary10100010110011100010111011100101111101011110110101011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #285962

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #285962; }

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

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

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

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

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

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

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

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