#2560AA

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

Shades of Lochmara #2560AA

Tints of Lochmara #2560AA

Color information

#2560AA (or 0x2560AA) is unknown color: approx Lochmara. HEX triplet: 25, 60 and AA. RGB value is (37,96,170). Sum of RGB (Red+Green+Blue) = 37+96+170=303 (40% of max value = 765). Red value is 37 (14.84% from 255 or 12.21% from 303); Green value is 96 (37.89% from 255 or 31.68% from 303); Blue value is 170 (66.80% from 255 or 56.11% from 303); Max value from RGB is 170 - color contains mainly: blue. Hex color #2560AA is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #2560AA is #DA9F55. Grayscale: #565656. Windows color (decimal): -14327638 or 11165733. OLE color: 11165733.

HSL color Cylindrical-coordinate representation of color #2560AA: hue angle of 213.38º degrees, saturation: 0.64, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #2560AA is Cyan = 0.78, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB3796170-
CMYK0.780.4400.33
HSL213.38º64.25%40.59%-
HSV(B)213.38º78.24%66.67%-
XYZ12.211.6639.64-
YUV86.79174.9592.48-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 12.21%
GREEN value IS 96 (37.89% from 255) = 31.68%
BLUE value IS 170 (66.80% from 255) = 56.11%
R=12.21%
G=31.68%
B=56.11%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal37961700.780.4400.33213.3864.2540.59
Hex2560AA4E2C021d54029
Octal451402521165404132510051
Binary10010111000001010101010011101011000100001110101011000000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2560AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2560AA; }

 p { color: rgb(37,96,170); }

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

<style>
 a { background-color: #2560AA; }

 a { background-color: rgb(37,96,170); }

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

<style>
 span { border-color: #2560AA; }

 span { border-color: rgb(37,96,170); }

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