#286FA0

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

Shades of Lochmara #286FA0

Tints of Lochmara #286FA0

Color information

#286FA0 (or 0x286FA0) is unknown color: approx Lochmara. HEX triplet: 28, 6F and A0. RGB value is (40,111,160). Sum of RGB (Red+Green+Blue) = 40+111+160=311 (41% of max value = 765). Red value is 40 (16.02% from 255 or 12.86% from 311); Green value is 111 (43.75% from 255 or 35.69% from 311); Blue value is 160 (62.89% from 255 or 51.45% from 311); Max value from RGB is 160 - color contains mainly: blue. Hex color #286FA0 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #286FA0 is #D7905F. Grayscale: #5F5F5F. Windows color (decimal): -14127200 or 10514216. OLE color: 10514216.

HSL color Cylindrical-coordinate representation of color #286FA0: hue angle of 204.5º degrees, saturation: 0.6, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #286FA0 is Cyan = 0.75, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.37.

Color convert

RGB40111160-
CMYK0.750.3100.37
HSL204.5º60%39.22%-
HSV(B)204.5º75%62.75%-
XYZ12.914.3635.35-
YUV95.36164.4888.52-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 12.86%
GREEN value IS 111 (43.75% from 255) = 35.69%
BLUE value IS 160 (62.89% from 255) = 51.45%
R=12.86%
G=35.69%
B=51.45%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal401111600.750.3100.37204.56039.22
Hex286FA04B1F025cc3c27
Octal50157240113370453147447
Binary101000110111110100000100101111111010010111001100111100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #286FA0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(40,111,160); }

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

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

 a { background-color: rgb(40,111,160); }

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

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

 span { border-color: rgb(40,111,160); }

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