#285AA6

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

Shades of Lochmara #285AA6

Tints of Lochmara #285AA6

Color information

#285AA6 (or 0x285AA6) is unknown color: approx Lochmara. HEX triplet: 28, 5A and A6. RGB value is (40,90,166). Sum of RGB (Red+Green+Blue) = 40+90+166=296 (39% of max value = 765). Red value is 40 (16.02% from 255 or 13.51% from 296); Green value is 90 (35.55% from 255 or 30.41% from 296); Blue value is 166 (65.23% from 255 or 56.08% from 296); Max value from RGB is 166 - color contains mainly: blue. Hex color #285AA6 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #285AA6 is #D7A559. Grayscale: #535353. Windows color (decimal): -14132570 or 10902056. OLE color: 10902056.

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

Color convert

RGB4090166-
CMYK0.760.4600.35
HSL216.19º61.17%40.39%-
HSV(B)216.19º75.9%65.1%-
XYZ11.4110.5237.5-
YUV83.71174.4496.82-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 13.51%
GREEN value IS 90 (35.55% from 255) = 30.41%
BLUE value IS 166 (65.23% from 255) = 56.08%
R=13.51%
G=30.41%
B=56.08%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal40901660.760.4600.35216.1961.1740.39
Hex285AA64C2E023d83d28
Octal50132246114560433307550
Binary1010001011010101001101001100101110010001111011000111101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #285AA6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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