#2766ad

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

Shades of Lochmara #2766AD

Tints of Lochmara #2766AD

Color information

#2766AD (or 0x2766AD) is unknown color: approx Lochmara. HEX triplet: 27, 66 and AD. RGB value is (39,102,173). Sum of RGB (Red+Green+Blue) = 39+102+173=314 (41% of max value = 765). Red value is 39 (15.62% from 255 or 12.42% from 314); Green value is 102 (40.23% from 255 or 32.48% from 314); Blue value is 173 (67.97% from 255 or 55.10% from 314); Max value from RGB is 173 - color contains mainly: blue. Hex color #2766AD is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #2766AD is #D89952. Grayscale: #5A5A5A. Windows color (decimal): -14195027 or 11363879. OLE color: 11363879.

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

Color convert

RGB39102173-
CMYK0.770.4100.32
HSL211.79º63.21%41.57%-
HSV(B)211.79º77.46%67.84%-
XYZ13.1312.9541.34-
YUV91.26174.1390.73-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 12.42%
GREEN value IS 102 (40.23% from 255) = 32.48%
BLUE value IS 173 (67.97% from 255) = 55.10%
R=12.42%
G=32.48%
B=55.10%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal391021730.770.4100.32211.7963.2141.57
Hex2766AD4D29020d43f2a
Octal47146255115510403247752
Binary1001111100110101011011001101101001010000011010100111111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2766ad

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2766ad; }

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

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

<style>
 a { background-color: #2766ad; }

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

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

<style>
 span { border-color: #2766ad; }

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

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