#285F69

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

Shades of Blumine #285F69

Tints of Blumine #285F69

Color information

#285F69 (or 0x285F69) is unknown color: approx Blumine. HEX triplet: 28, 5F and 69. RGB value is (40,95,105). Sum of RGB (Red+Green+Blue) = 40+95+105=240 (31% of max value = 765). Red value is 40 (16.02% from 255 or 16.67% from 240); Green value is 95 (37.5% from 255 or 39.58% from 240); Blue value is 105 (41.41% from 255 or 43.75% from 240); Max value from RGB is 105 - color contains mainly: blue. Hex color #285F69 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #285F69 is #D7A096. Grayscale: #4F4F4F. Windows color (decimal): -14131351 or 6905640. OLE color: 6905640.

HSL color Cylindrical-coordinate representation of color #285F69: hue angle of 189.23º 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 #285F69 is Cyan = 0.62, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB4095105-
CMYK0.620.1000.59
HSL189.23º44.83%28.43%-
HSV(B)189.23º61.9%41.18%-
XYZ7.529.6614.83-
YUV79.69142.2899.69-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 16.67%
GREEN value IS 95 (37.5% from 255) = 39.58%
BLUE value IS 105 (41.41% from 255) = 43.75%
R=16.67%
G=39.58%
B=43.75%

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
Decimal40951050.620.1000.59189.2344.8328.43
Hex285F693EA03Bbd2d1c
Octal5013715176120732755534
Binary10100010111111101001111110101001110111011110110110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #285F69

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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