#285E69

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

Shades of Blumine #285E69

Tints of Blumine #285E69

Color information

#285E69 (or 0x285E69) is unknown color: approx Blumine. HEX triplet: 28, 5E and 69. RGB value is (40,94,105). Sum of RGB (Red+Green+Blue) = 40+94+105=239 (31% of max value = 765). Red value is 40 (16.02% from 255 or 16.74% from 239); Green value is 94 (37.11% from 255 or 39.33% from 239); Blue value is 105 (41.41% from 255 or 43.93% from 239); Max value from RGB is 105 - color contains mainly: blue. Hex color #285E69 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #285E69 is #D7A196. Grayscale: #4F4F4F. Windows color (decimal): -14131607 or 6905384. OLE color: 6905384.

HSL color Cylindrical-coordinate representation of color #285E69: hue angle of 190.15º degrees, saturation: 0.45, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #285E69 is Cyan = 0.62, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB4094105-
CMYK0.620.1000.59
HSL190.15º44.83%28.43%-
HSV(B)190.15º61.9%41.18%-
XYZ7.439.4814.8-
YUV79.11142.61100.11-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 16.74%
GREEN value IS 94 (37.11% from 255) = 39.33%
BLUE value IS 105 (41.41% from 255) = 43.93%
R=16.74%
G=39.33%
B=43.93%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal40941050.620.1000.59190.1544.8328.43
Hex285E693EA03Bbe2d1c
Octal5013615176120732765534
Binary10100010111101101001111110101001110111011111010110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #285E69

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(40,94,105); }

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

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

 a { background-color: rgb(40,94,105); }

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

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

 span { border-color: rgb(40,94,105); }

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