#285DA6

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

Shades of Lochmara #285DA6

Tints of Lochmara #285DA6

Color information

#285DA6 (or 0x285DA6) is unknown color: approx Lochmara. HEX triplet: 28, 5D and A6. RGB value is (40,93,166). Sum of RGB (Red+Green+Blue) = 40+93+166=299 (39% of max value = 765). Red value is 40 (16.02% from 255 or 13.38% from 299); Green value is 93 (36.72% from 255 or 31.10% from 299); Blue value is 166 (65.23% from 255 or 55.52% from 299); Max value from RGB is 166 - color contains mainly: blue. Hex color #285DA6 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #285DA6 is #D7A259. Grayscale: #555555. Windows color (decimal): -14131802 or 10902824. OLE color: 10902824.

HSL color Cylindrical-coordinate representation of color #285DA6: hue angle of 214.76º 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 #285DA6 is Cyan = 0.76, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB4093166-
CMYK0.760.4400.35
HSL214.76º61.17%40.39%-
HSV(B)214.76º75.9%65.1%-
XYZ11.6711.0337.59-
YUV85.48173.4495.56-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 13.38%
GREEN value IS 93 (36.72% from 255) = 31.10%
BLUE value IS 166 (65.23% from 255) = 55.52%
R=13.38%
G=31.10%
B=55.52%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal40931660.760.4400.35214.7661.1740.39
Hex285DA64C2C023d73d28
Octal50135246114540433277550
Binary1010001011101101001101001100101100010001111010111111101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #285DA6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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