#286EAE

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

Shades of Lochmara #286EAE

Tints of Lochmara #286EAE

Color information

#286EAE (or 0x286EAE) is unknown color: approx Lochmara. HEX triplet: 28, 6E and AE. RGB value is (40,110,174). Sum of RGB (Red+Green+Blue) = 40+110+174=324 (42% of max value = 765). Red value is 40 (16.02% from 255 or 12.35% from 324); Green value is 110 (43.36% from 255 or 33.95% from 324); Blue value is 174 (68.36% from 255 or 53.70% from 324); Max value from RGB is 174 - color contains mainly: blue. Hex color #286EAE is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #286EAE is #D79151. Grayscale: #606060. Windows color (decimal): -14127442 or 11431464. OLE color: 11431464.

HSL color Cylindrical-coordinate representation of color #286EAE: hue angle of 208.66º degrees, saturation: 0.63, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #286EAE is Cyan = 0.77, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB40110174-
CMYK0.770.3700.32
HSL208.66º62.62%41.96%-
HSV(B)208.66º77.01%68.24%-
XYZ14.0914.6642.13-
YUV96.37171.8187.8-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 12.35%
GREEN value IS 110 (43.36% from 255) = 33.95%
BLUE value IS 174 (68.36% from 255) = 53.70%
R=12.35%
G=33.95%
B=53.70%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal401101740.770.3700.32208.6662.6241.96
Hex286EAE4D25020d13f2a
Octal50156256115450403217752
Binary1010001101110101011101001101100101010000011010001111111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #286EAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #286EAE; }

 p { color: rgb(40,110,174); }

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

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

 a { background-color: rgb(40,110,174); }

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

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

 span { border-color: rgb(40,110,174); }

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