#2565A3

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

Shades of Lochmara #2565A3

Tints of Lochmara #2565A3

Color information

#2565A3 (or 0x2565A3) is unknown color: approx Lochmara. HEX triplet: 25, 65 and A3. RGB value is (37,101,163). Sum of RGB (Red+Green+Blue) = 37+101+163=301 (39% of max value = 765). Red value is 37 (14.84% from 255 or 12.29% from 301); Green value is 101 (39.84% from 255 or 33.55% from 301); Blue value is 163 (64.06% from 255 or 54.15% from 301); Max value from RGB is 163 - color contains mainly: blue. Hex color #2565A3 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #2565A3 is #DA9A5C. Grayscale: #585858. Windows color (decimal): -14326365 or 10708261. OLE color: 10708261.

HSL color Cylindrical-coordinate representation of color #2565A3: hue angle of 209.52º degrees, saturation: 0.63, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #2565A3 is Cyan = 0.77, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB37101163-
CMYK0.770.3800.36
HSL209.52º63%39.22%-
HSV(B)209.52º77.3%63.92%-
XYZ12.0312.3536.4-
YUV88.93169.890.96-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 12.29%
GREEN value IS 101 (39.84% from 255) = 33.55%
BLUE value IS 163 (64.06% from 255) = 54.15%
R=12.29%
G=33.55%
B=54.15%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal371011630.770.3800.36209.526339.22
Hex2565A34D26024d23f27
Octal45145243115460443227747
Binary1001011100101101000111001101100110010010011010010111111100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2565A3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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