#2566AD

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

Shades of Lochmara #2566AD

Tints of Lochmara #2566AD

Color information

#2566AD (or 0x2566AD) is unknown color: approx Lochmara. HEX triplet: 25, 66 and AD. RGB value is (37,102,173). Sum of RGB (Red+Green+Blue) = 37+102+173=312 (41% of max value = 765). Red value is 37 (14.84% from 255 or 11.86% from 312); Green value is 102 (40.23% from 255 or 32.69% from 312); Blue value is 173 (67.97% from 255 or 55.45% from 312); Max value from RGB is 173 - color contains mainly: blue. Hex color #2566AD is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #2566AD is #DA9952. Grayscale: #5A5A5A. Windows color (decimal): -14326099 or 11363877. OLE color: 11363877.

HSL color Cylindrical-coordinate representation of color #2566AD: hue angle of 211.32º degrees, saturation: 0.65, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #2566AD is Cyan = 0.79, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB37102173-
CMYK0.790.4100.32
HSL211.32º64.76%41.18%-
HSV(B)211.32º78.61%67.84%-
XYZ13.0612.9141.34-
YUV90.66174.4789.73-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 11.86%
GREEN value IS 102 (40.23% from 255) = 32.69%
BLUE value IS 173 (67.97% from 255) = 55.45%
R=11.86%
G=32.69%
B=55.45%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal371021730.790.4100.32211.3264.7641.18
Hex2566AD4F29020d34129
Octal451462551175104032310151
Binary10010111001101010110110011111010010100000110100111000001101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2566AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2566AD; }

 p { color: rgb(37,102,173); }

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

<style>
 a { background-color: #2566AD; }

 a { background-color: rgb(37,102,173); }

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

<style>
 span { border-color: #2566AD; }

 span { border-color: rgb(37,102,173); }

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