#286599

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

Shades of Lochmara #286599

Tints of Lochmara #286599

Color information

#286599 (or 0x286599) is unknown color: approx Lochmara. HEX triplet: 28, 65 and 99. RGB value is (40,101,153). Sum of RGB (Red+Green+Blue) = 40+101+153=294 (38% of max value = 765). Red value is 40 (16.02% from 255 or 13.61% from 294); Green value is 101 (39.84% from 255 or 34.35% from 294); Blue value is 153 (60.16% from 255 or 52.04% from 294); Max value from RGB is 153 - color contains mainly: blue. Hex color #286599 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #286599 is #D79A66. Grayscale: #585858. Windows color (decimal): -14129767 or 10052904. OLE color: 10052904.

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

Color convert

RGB40101153-
CMYK0.740.3400.4
HSL207.61º58.55%37.84%-
HSV(B)207.61º73.86%60%-
XYZ11.2812.0631.87-
YUV88.69164.2993.27-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 13.61%
GREEN value IS 101 (39.84% from 255) = 34.35%
BLUE value IS 153 (60.16% from 255) = 52.04%
R=13.61%
G=34.35%
B=52.04%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal401011530.740.3400.4207.6158.5537.84
Hex2865994A22028d03b26
Octal50145231112420503207346
Binary1010001100101100110011001010100010010100011010000111011100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #286599

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #286599; }

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

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

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

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

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

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

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

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