#285F6C

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

Shades of Blumine #285F6C

Tints of Blumine #285F6C

Color information

#285F6C (or 0x285F6C) is unknown color: approx Blumine. HEX triplet: 28, 5F and 6C. RGB value is (40,95,108). Sum of RGB (Red+Green+Blue) = 40+95+108=243 (32% of max value = 765). Red value is 40 (16.02% from 255 or 16.46% from 243); Green value is 95 (37.5% from 255 or 39.09% from 243); Blue value is 108 (42.58% from 255 or 44.44% from 243); Max value from RGB is 108 - color contains mainly: blue. Hex color #285F6C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #285F6C is #D7A093. Grayscale: #4F4F4F. Windows color (decimal): -14131348 or 7102248. OLE color: 7102248.

HSL color Cylindrical-coordinate representation of color #285F6C: hue angle of 191.47º degrees, saturation: 0.46, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #285F6C is Cyan = 0.63, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB4095108-
CMYK0.630.1200.58
HSL191.47º45.95%29.02%-
HSV(B)191.47º62.96%42.35%-
XYZ7.679.7215.66-
YUV80.04143.7899.44-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 16.46%
GREEN value IS 95 (37.5% from 255) = 39.09%
BLUE value IS 108 (42.58% from 255) = 44.44%
R=16.46%
G=39.09%
B=44.44%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal40951080.630.1200.58191.4745.9529.02
Hex285F6C3FC03Abf2e1d
Octal5013715477140722775635
Binary10100010111111101100111111110001110101011111110111011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #285F6C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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