#287FAD

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

Shades of Lochmara #287FAD

Tints of Lochmara #287FAD

Color information

#287FAD (or 0x287FAD) is unknown color: approx Lochmara. HEX triplet: 28, 7F and AD. RGB value is (40,127,173). Sum of RGB (Red+Green+Blue) = 40+127+173=340 (45% of max value = 765). Red value is 40 (16.02% from 255 or 11.76% from 340); Green value is 127 (50% from 255 or 37.35% from 340); Blue value is 173 (67.97% from 255 or 50.88% from 340); Max value from RGB is 173 - color contains mainly: blue. Hex color #287FAD is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #287FAD is #D78052. Grayscale: #696969. Windows color (decimal): -14123091 or 11370280. OLE color: 11370280.

HSL color Cylindrical-coordinate representation of color #287FAD: hue angle of 200.75º degrees, saturation: 0.62, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #287FAD is Cyan = 0.77, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB40127173-
CMYK0.770.2700.32
HSL200.75º62.44%41.76%-
HSV(B)200.75º76.88%67.84%-
XYZ16.0118.6542.29-
YUV106.23165.6880.76-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 11.76%
GREEN value IS 127 (50% from 255) = 37.35%
BLUE value IS 173 (67.97% from 255) = 50.88%
R=11.76%
G=37.35%
B=50.88%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal401271730.770.2700.32200.7562.4441.76
Hex287FAD4D1B020c93e2a
Octal50177255115330403117652
Binary101000111111110101101100110111011010000011001001111110101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #287FAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #287FAD; }

 p { color: rgb(40,127,173); }

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

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

 a { background-color: rgb(40,127,173); }

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

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

 span { border-color: rgb(40,127,173); }

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