#286499

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

Shades of Lochmara #286499

Tints of Lochmara #286499

Color information

#286499 (or 0x286499) is unknown color: approx Lochmara. HEX triplet: 28, 64 and 99. RGB value is (40,100,153). Sum of RGB (Red+Green+Blue) = 40+100+153=293 (38% of max value = 765). Red value is 40 (16.02% from 255 or 13.65% from 293); Green value is 100 (39.45% from 255 or 34.13% from 293); Blue value is 153 (60.16% from 255 or 52.22% from 293); Max value from RGB is 153 - color contains mainly: blue. Hex color #286499 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #286499 is #D79B66. Grayscale: #575757. Windows color (decimal): -14130023 or 10052648. OLE color: 10052648.

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

Color convert

RGB40100153-
CMYK0.740.3500.4
HSL208.14º58.55%37.84%-
HSV(B)208.14º73.86%60%-
XYZ11.1811.8731.84-
YUV88.1164.6293.69-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 13.65%
GREEN value IS 100 (39.45% from 255) = 34.13%
BLUE value IS 153 (60.16% from 255) = 52.22%
R=13.65%
G=34.13%
B=52.22%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal401001530.740.3500.4208.1458.5537.84
Hex2864994A23028d03b26
Octal50144231112430503207346
Binary1010001100100100110011001010100011010100011010000111011100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #286499

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #286499; }

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

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

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

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

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

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

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

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