#287C9F

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

Shades of Lochmara #287C9F

Tints of Lochmara #287C9F

Color information

#287C9F (or 0x287C9F) is unknown color: approx Lochmara. HEX triplet: 28, 7C and 9F. RGB value is (40,124,159). Sum of RGB (Red+Green+Blue) = 40+124+159=323 (42% of max value = 765). Red value is 40 (16.02% from 255 or 12.38% from 323); Green value is 124 (48.83% from 255 or 38.39% from 323); Blue value is 159 (62.5% from 255 or 49.23% from 323); Max value from RGB is 159 - color contains mainly: blue. Hex color #287C9F is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #287C9F is #D78360. Grayscale: #666666. Windows color (decimal): -14123873 or 10452008. OLE color: 10452008.

HSL color Cylindrical-coordinate representation of color #287C9F: hue angle of 197.65º degrees, saturation: 0.6, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #287C9F is Cyan = 0.75, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB40124159-
CMYK0.750.2200.38
HSL197.65º59.8%39.02%-
HSV(B)197.65º74.84%62.35%-
XYZ14.3417.3735.4-
YUV102.87159.6783.15-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 12.38%
GREEN value IS 124 (48.83% from 255) = 38.39%
BLUE value IS 159 (62.5% from 255) = 49.23%
R=12.38%
G=38.39%
B=49.23%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal401241590.750.2200.38197.6559.839.02
Hex287C9F4B16026c63c27
Octal50174237113260463067447
Binary101000111110010011111100101110110010011011000110111100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #287C9F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(40,124,159); }

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

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

 a { background-color: rgb(40,124,159); }

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

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

 span { border-color: rgb(40,124,159); }

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