#286896

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

Shades of Lochmara #286896

Tints of Lochmara #286896

Color information

#286896 (or 0x286896) is unknown color: approx Lochmara. HEX triplet: 28, 68 and 96. RGB value is (40,104,150). Sum of RGB (Red+Green+Blue) = 40+104+150=294 (38% of max value = 765). Red value is 40 (16.02% from 255 or 13.61% from 294); Green value is 104 (41.02% from 255 or 35.37% from 294); Blue value is 150 (58.98% from 255 or 51.02% from 294); Max value from RGB is 150 - color contains mainly: blue. Hex color #286896 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #286896 is #D79769. Grayscale: #595959. Windows color (decimal): -14129002 or 9857064. OLE color: 9857064.

HSL color Cylindrical-coordinate representation of color #286896: hue angle of 205.09º degrees, saturation: 0.58, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #286896 is Cyan = 0.73, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB40104150-
CMYK0.730.3100.41
HSL205.09º57.89%37.25%-
HSV(B)205.09º73.33%58.82%-
XYZ11.3312.5530.68-
YUV90.11161.892.26-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 13.61%
GREEN value IS 104 (41.02% from 255) = 35.37%
BLUE value IS 150 (58.98% from 255) = 51.02%
R=13.61%
G=35.37%
B=51.02%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal401041500.730.3100.41205.0957.8937.25
Hex286896491F029cd3a25
Octal50150226111370513157245
Binary101000110100010010110100100111111010100111001101111010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #286896

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #286896; }

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

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

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

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

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

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

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

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