#287196

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

Shades of Lochmara #287196

Tints of Lochmara #287196

Color information

#287196 (or 0x287196) is unknown color: approx Lochmara. HEX triplet: 28, 71 and 96. RGB value is (40,113,150). Sum of RGB (Red+Green+Blue) = 40+113+150=303 (40% of max value = 765). Red value is 40 (16.02% from 255 or 13.20% from 303); Green value is 113 (44.53% from 255 or 37.29% from 303); Blue value is 150 (58.98% from 255 or 49.50% from 303); Max value from RGB is 150 - color contains mainly: blue. Hex color #287196 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #287196 is #D78E69. Grayscale: #5F5F5F. Windows color (decimal): -14126698 or 9859368. OLE color: 9859368.

HSL color Cylindrical-coordinate representation of color #287196: hue angle of 200.18º degrees, saturation: 0.58, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #287196 is Cyan = 0.73, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB40113150-
CMYK0.730.2500.41
HSL200.18º57.89%37.25%-
HSV(B)200.18º73.33%58.82%-
XYZ12.2914.4631-
YUV95.39158.8288.49-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 13.20%
GREEN value IS 113 (44.53% from 255) = 37.29%
BLUE value IS 150 (58.98% from 255) = 49.50%
R=13.20%
G=37.29%
B=49.50%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal401131500.730.2500.41200.1857.8937.25
Hex2871964919029c83a25
Octal50161226111310513107245
Binary101000111000110010110100100111001010100111001000111010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #287196

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #287196; }

 p { color: rgb(40,113,150); }

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

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

 a { background-color: rgb(40,113,150); }

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

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

 span { border-color: rgb(40,113,150); }

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