#287BA6

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

Shades of Lochmara #287BA6

Tints of Lochmara #287BA6

Color information

#287BA6 (or 0x287BA6) is unknown color: approx Lochmara. HEX triplet: 28, 7B and A6. RGB value is (40,123,166). Sum of RGB (Red+Green+Blue) = 40+123+166=329 (43% of max value = 765). Red value is 40 (16.02% from 255 or 12.16% from 329); Green value is 123 (48.44% from 255 or 37.39% from 329); Blue value is 166 (65.23% from 255 or 50.46% from 329); Max value from RGB is 166 - color contains mainly: blue. Hex color #287BA6 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #287BA6 is #D78459. Grayscale: #666666. Windows color (decimal): -14124122 or 10910504. OLE color: 10910504.

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

Color convert

RGB40123166-
CMYK0.760.2600.35
HSL200.48º61.17%40.39%-
HSV(B)200.48º75.9%65.1%-
XYZ14.8417.3738.65-
YUV103.08163.583-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 12.16%
GREEN value IS 123 (48.44% from 255) = 37.39%
BLUE value IS 166 (65.23% from 255) = 50.46%
R=12.16%
G=37.39%
B=50.46%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal401231660.760.2600.35200.4861.1740.39
Hex287BA64C1A023c83d28
Octal50173246114320433107550
Binary101000111101110100110100110011010010001111001000111101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #287BA6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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