#286BA6

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

Shades of Lochmara #286BA6

Tints of Lochmara #286BA6

Color information

#286BA6 (or 0x286BA6) is unknown color: approx Lochmara. HEX triplet: 28, 6B and A6. RGB value is (40,107,166). Sum of RGB (Red+Green+Blue) = 40+107+166=313 (41% of max value = 765). Red value is 40 (16.02% from 255 or 12.78% from 313); Green value is 107 (42.19% from 255 or 34.19% from 313); Blue value is 166 (65.23% from 255 or 53.04% from 313); Max value from RGB is 166 - color contains mainly: blue. Hex color #286BA6 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #286BA6 is #D79459. Grayscale: #5D5D5D. Windows color (decimal): -14128218 or 10906408. OLE color: 10906408.

HSL color Cylindrical-coordinate representation of color #286BA6: hue angle of 208.1º degrees, saturation: 0.61, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #286BA6 is Cyan = 0.76, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB40107166-
CMYK0.760.3600.35
HSL208.1º61.17%40.39%-
HSV(B)208.1º75.9%65.1%-
XYZ13.0213.7238.04-
YUV93.69168.889.7-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 12.78%
GREEN value IS 107 (42.19% from 255) = 34.19%
BLUE value IS 166 (65.23% from 255) = 53.04%
R=12.78%
G=34.19%
B=53.04%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal401071660.760.3600.35208.161.1740.39
Hex286BA64C24023d03d28
Octal50153246114440433207550
Binary1010001101011101001101001100100100010001111010000111101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #286BA6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #286BA6; }

 p { color: rgb(40,107,166); }

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

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

 a { background-color: rgb(40,107,166); }

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

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

 span { border-color: rgb(40,107,166); }

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