#286AAE

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

Shades of Lochmara #286AAE

Tints of Lochmara #286AAE

Color information

#286AAE (or 0x286AAE) is unknown color: approx Lochmara. HEX triplet: 28, 6A and AE. RGB value is (40,106,174). Sum of RGB (Red+Green+Blue) = 40+106+174=320 (42% of max value = 765). Red value is 40 (16.02% from 255 or 12.5% from 320); Green value is 106 (41.80% from 255 or 33.12% from 320); Blue value is 174 (68.36% from 255 or 54.38% from 320); Max value from RGB is 174 - color contains mainly: blue. Hex color #286AAE is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #286AAE is #D79551. Grayscale: #5D5D5D. Windows color (decimal): -14128466 or 11430440. OLE color: 11430440.

HSL color Cylindrical-coordinate representation of color #286AAE: hue angle of 210.45º 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 #286AAE is Cyan = 0.77, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB40106174-
CMYK0.770.3900.32
HSL210.45º62.62%41.96%-
HSV(B)210.45º77.01%68.24%-
XYZ13.6713.8241.99-
YUV94.02173.1389.47-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 12.5%
GREEN value IS 106 (41.80% from 255) = 33.12%
BLUE value IS 174 (68.36% from 255) = 54.38%
R=12.5%
G=33.12%
B=54.38%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal401061740.770.3900.32210.4562.6241.96
Hex286AAE4D27020d23f2a
Octal50152256115470403227752
Binary1010001101010101011101001101100111010000011010010111111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #286AAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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