#286CA6

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

Shades of Lochmara #286CA6

Tints of Lochmara #286CA6

Color information

#286CA6 (or 0x286CA6) is unknown color: approx Lochmara. HEX triplet: 28, 6C and A6. RGB value is (40,108,166). Sum of RGB (Red+Green+Blue) = 40+108+166=314 (41% of max value = 765). Red value is 40 (16.02% from 255 or 12.74% from 314); Green value is 108 (42.58% from 255 or 34.39% from 314); Blue value is 166 (65.23% from 255 or 52.87% from 314); Max value from RGB is 166 - color contains mainly: blue. Hex color #286CA6 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #286CA6 is #D79359. Grayscale: #5D5D5D. Windows color (decimal): -14127962 or 10906664. OLE color: 10906664.

HSL color Cylindrical-coordinate representation of color #286CA6: hue angle of 207.62º 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 #286CA6 is Cyan = 0.76, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB40108166-
CMYK0.760.3500.35
HSL207.62º61.17%40.39%-
HSV(B)207.62º75.9%65.1%-
XYZ13.1213.9338.07-
YUV94.28168.4789.28-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 12.74%
GREEN value IS 108 (42.58% from 255) = 34.39%
BLUE value IS 166 (65.23% from 255) = 52.87%
R=12.74%
G=34.39%
B=52.87%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal401081660.760.3500.35207.6261.1740.39
Hex286CA64C23023d03d28
Octal50154246114430433207550
Binary1010001101100101001101001100100011010001111010000111101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #286CA6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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