#286999

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

Shades of Lochmara #286999

Tints of Lochmara #286999

Color information

#286999 (or 0x286999) is unknown color: approx Lochmara. HEX triplet: 28, 69 and 99. RGB value is (40,105,153). Sum of RGB (Red+Green+Blue) = 40+105+153=298 (39% of max value = 765). Red value is 40 (16.02% from 255 or 13.42% from 298); Green value is 105 (41.41% from 255 or 35.23% from 298); Blue value is 153 (60.16% from 255 or 51.34% from 298); Max value from RGB is 153 - color contains mainly: blue. Hex color #286999 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #286999 is #D79666. Grayscale: #5A5A5A. Windows color (decimal): -14128743 or 10053928. OLE color: 10053928.

HSL color Cylindrical-coordinate representation of color #286999: hue angle of 205.49º 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 #286999 is Cyan = 0.74, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB40105153-
CMYK0.740.3100.4
HSL205.49º58.55%37.84%-
HSV(B)205.49º73.86%60%-
XYZ11.6812.8532-
YUV91.04162.9791.6-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 13.42%
GREEN value IS 105 (41.41% from 255) = 35.23%
BLUE value IS 153 (60.16% from 255) = 51.34%
R=13.42%
G=35.23%
B=51.34%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal401051530.740.3100.4205.4958.5537.84
Hex2869994A1F028cd3b26
Octal50151231112370503157346
Binary101000110100110011001100101011111010100011001101111011100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #286999

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #286999; }

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

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

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

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

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

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

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

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