#2565AA

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

Shades of Lochmara #2565AA

Tints of Lochmara #2565AA

Color information

#2565AA (or 0x2565AA) is unknown color: approx Lochmara. HEX triplet: 25, 65 and AA. RGB value is (37,101,170). Sum of RGB (Red+Green+Blue) = 37+101+170=308 (40% of max value = 765). Red value is 37 (14.84% from 255 or 12.01% from 308); Green value is 101 (39.84% from 255 or 32.79% from 308); Blue value is 170 (66.80% from 255 or 55.19% from 308); Max value from RGB is 170 - color contains mainly: blue. Hex color #2565AA is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #2565AA is #DA9A55. Grayscale: #595959. Windows color (decimal): -14326358 or 11167013. OLE color: 11167013.

HSL color Cylindrical-coordinate representation of color #2565AA: hue angle of 211.13º 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 #2565AA is Cyan = 0.78, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB37101170-
CMYK0.780.4100.33
HSL211.13º64.25%40.59%-
HSV(B)211.13º78.24%66.67%-
XYZ12.6712.639.79-
YUV89.73173.390.39-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 12.01%
GREEN value IS 101 (39.84% from 255) = 32.79%
BLUE value IS 170 (66.80% from 255) = 55.19%
R=12.01%
G=32.79%
B=55.19%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal371011700.780.4100.33211.1364.2540.59
Hex2565AA4E29021d34029
Octal451452521165104132310051
Binary10010111001011010101010011101010010100001110100111000000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2565AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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