#287B99

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

Shades of Lochmara #287B99

Tints of Lochmara #287B99

Color information

#287B99 (or 0x287B99) is unknown color: approx Lochmara. HEX triplet: 28, 7B and 99. RGB value is (40,123,153). Sum of RGB (Red+Green+Blue) = 40+123+153=316 (41% of max value = 765). Red value is 40 (16.02% from 255 or 12.66% from 316); Green value is 123 (48.44% from 255 or 38.92% from 316); Blue value is 153 (60.16% from 255 or 48.42% from 316); Max value from RGB is 153 - color contains mainly: blue. Hex color #287B99 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #287B99 is #D78466. Grayscale: #656565. Windows color (decimal): -14124135 or 10058536. OLE color: 10058536.

HSL color Cylindrical-coordinate representation of color #287B99: hue angle of 195.93º degrees, saturation: 0.59, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #287B99 is Cyan = 0.74, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB40123153-
CMYK0.740.2000.4
HSL195.93º58.55%37.84%-
HSV(B)195.93º73.86%60%-
XYZ13.7116.9232.68-
YUV101.615784.06-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 12.66%
GREEN value IS 123 (48.44% from 255) = 38.92%
BLUE value IS 153 (60.16% from 255) = 48.42%
R=12.66%
G=38.92%
B=48.42%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal401231530.740.2000.4195.9358.5537.84
Hex287B994A14028c43b26
Octal50173231112240503047346
Binary101000111101110011001100101010100010100011000100111011100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #287B99

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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