#2566AC

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

Shades of Lochmara #2566AC

Tints of Lochmara #2566AC

Color information

#2566AC (or 0x2566AC) is unknown color: approx Lochmara. HEX triplet: 25, 66 and AC. RGB value is (37,102,172). Sum of RGB (Red+Green+Blue) = 37+102+172=311 (41% of max value = 765). Red value is 37 (14.84% from 255 or 11.90% from 311); Green value is 102 (40.23% from 255 or 32.80% from 311); Blue value is 172 (67.58% from 255 or 55.31% from 311); Max value from RGB is 172 - color contains mainly: blue. Hex color #2566AC is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #2566AC is #DA9953. Grayscale: #5A5A5A. Windows color (decimal): -14326100 or 11298341. OLE color: 11298341.

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

Color convert

RGB37102172-
CMYK0.780.4100.33
HSL211.11º64.59%40.98%-
HSV(B)211.11º78.49%67.45%-
XYZ12.9612.8740.83-
YUV90.54173.9789.81-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 11.90%
GREEN value IS 102 (40.23% from 255) = 32.80%
BLUE value IS 172 (67.58% from 255) = 55.31%
R=11.90%
G=32.80%
B=55.31%

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
Decimal371021720.780.4100.33211.1164.5940.98
Hex2566AC4E29021d34129
Octal451462541165104132310151
Binary10010111001101010110010011101010010100001110100111000001101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2566AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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