#285B68

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

Shades of Blumine #285B68

Tints of Blumine #285B68

Color information

#285B68 (or 0x285B68) is unknown color: approx Blumine. HEX triplet: 28, 5B and 68. RGB value is (40,91,104). Sum of RGB (Red+Green+Blue) = 40+91+104=235 (31% of max value = 765). Red value is 40 (16.02% from 255 or 17.02% from 235); Green value is 91 (35.94% from 255 or 38.72% from 235); Blue value is 104 (41.02% from 255 or 44.26% from 235); Max value from RGB is 104 - color contains mainly: blue. Hex color #285B68 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #285B68 is #D7A497. Grayscale: #4D4D4D. Windows color (decimal): -14132376 or 6839080. OLE color: 6839080.

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

Color convert

RGB4091104-
CMYK0.620.1200.59
HSL192.19º44.44%28.24%-
HSV(B)192.19º61.54%40.78%-
XYZ7.118.9314.45-
YUV77.23143.1101.44-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 17.02%
GREEN value IS 91 (35.94% from 255) = 38.72%
BLUE value IS 104 (41.02% from 255) = 44.26%
R=17.02%
G=38.72%
B=44.26%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal40911040.620.1200.59192.1944.4428.24
Hex285B683EC03Bc02c1c
Octal5013315076140733005434
Binary10100010110111101000111110110001110111100000010110011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #285B68

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(40,91,104); }

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

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

 a { background-color: rgb(40,91,104); }

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

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

 span { border-color: rgb(40,91,104); }

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