#286068

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

Shades of Blumine #286068

Tints of Blumine #286068

Color information

#286068 (or 0x286068) is unknown color: approx Blumine. HEX triplet: 28, 60 and 68. RGB value is (40,96,104). Sum of RGB (Red+Green+Blue) = 40+96+104=240 (31% of max value = 765). Red value is 40 (16.02% from 255 or 16.67% from 240); Green value is 96 (37.89% from 255 or 40% from 240); Blue value is 104 (41.02% from 255 or 43.33% from 240); Max value from RGB is 104 - color contains mainly: blue. Hex color #286068 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #286068 is #D79F97. Grayscale: #505050. Windows color (decimal): -14131096 or 6840360. OLE color: 6840360.

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

Color convert

RGB4096104-
CMYK0.620.0800.59
HSL187.5º44.44%28.24%-
HSV(B)187.5º61.54%40.78%-
XYZ7.569.8214.59-
YUV80.17141.4599.35-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 16.67%
GREEN value IS 96 (37.89% from 255) = 40%
BLUE value IS 104 (41.02% from 255) = 43.33%
R=16.67%
G=40%
B=43.33%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal40961040.620.0800.59187.544.4428.24
Hex2860683E803Bbc2c1c
Octal5014015076100732745434
Binary10100011000001101000111110100001110111011110010110011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #286068

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #286068; }

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

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

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

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

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

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

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

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