#285EA6

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

Shades of Lochmara #285EA6

Tints of Lochmara #285EA6

Color information

#285EA6 (or 0x285EA6) is unknown color: approx Lochmara. HEX triplet: 28, 5E and A6. RGB value is (40,94,166). Sum of RGB (Red+Green+Blue) = 40+94+166=300 (39% of max value = 765). Red value is 40 (16.02% from 255 or 13.33% from 300); Green value is 94 (37.11% from 255 or 31.33% from 300); Blue value is 166 (65.23% from 255 or 55.33% from 300); Max value from RGB is 166 - color contains mainly: blue. Hex color #285EA6 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #285EA6 is #D7A159. Grayscale: #555555. Windows color (decimal): -14131546 or 10903080. OLE color: 10903080.

HSL color Cylindrical-coordinate representation of color #285EA6: hue angle of 214.29º degrees, saturation: 0.61, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #285EA6 is Cyan = 0.76, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB4094166-
CMYK0.760.4300.35
HSL214.29º61.17%40.39%-
HSV(B)214.29º75.9%65.1%-
XYZ11.7611.2137.62-
YUV86.06173.1195.15-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 13.33%
GREEN value IS 94 (37.11% from 255) = 31.33%
BLUE value IS 166 (65.23% from 255) = 55.33%
R=13.33%
G=31.33%
B=55.33%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal40941660.760.4300.35214.2961.1740.39
Hex285EA64C2B023d63d28
Octal50136246114530433267550
Binary1010001011110101001101001100101011010001111010110111101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #285EA6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #285EA6; }

 p { color: rgb(40,94,166); }

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

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

 a { background-color: rgb(40,94,166); }

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

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

 span { border-color: rgb(40,94,166); }

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