#285F71

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

Shades of Blumine #285F71

Tints of Blumine #285F71

Color information

#285F71 (or 0x285F71) is unknown color: approx Blumine. HEX triplet: 28, 5F and 71. RGB value is (40,95,113). Sum of RGB (Red+Green+Blue) = 40+95+113=248 (32% of max value = 765). Red value is 40 (16.02% from 255 or 16.13% from 248); Green value is 95 (37.5% from 255 or 38.31% from 248); Blue value is 113 (44.53% from 255 or 45.56% from 248); Max value from RGB is 113 - color contains mainly: blue. Hex color #285F71 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #285F71 is #D7A08E. Grayscale: #505050. Windows color (decimal): -14131343 or 7429928. OLE color: 7429928.

HSL color Cylindrical-coordinate representation of color #285F71: hue angle of 194.79º degrees, saturation: 0.48, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #285F71 is Cyan = 0.65, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB4095113-
CMYK0.650.1600.56
HSL194.79º47.71%30%-
HSV(B)194.79º64.6%44.31%-
XYZ7.959.8317.1-
YUV80.61146.2899.04-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 16.13%
GREEN value IS 95 (37.5% from 255) = 38.31%
BLUE value IS 113 (44.53% from 255) = 45.56%
R=16.13%
G=38.31%
B=45.56%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal40951130.650.1600.56194.7947.7130
Hex285F714110038c3301e
Octal50137161101200703036036
Binary1010001011111111000110000011000001110001100001111000011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #285F71

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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