#2766AE

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

Shades of Lochmara #2766AE

Tints of Lochmara #2766AE

Color information

#2766AE (or 0x2766AE) is unknown color: approx Lochmara. HEX triplet: 27, 66 and AE. RGB value is (39,102,174). Sum of RGB (Red+Green+Blue) = 39+102+174=315 (41% of max value = 765). Red value is 39 (15.62% from 255 or 12.38% from 315); Green value is 102 (40.23% from 255 or 32.38% from 315); Blue value is 174 (68.36% from 255 or 55.24% from 315); Max value from RGB is 174 - color contains mainly: blue. Hex color #2766AE is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #2766AE is #D89951. Grayscale: #5B5B5B. Windows color (decimal): -14195026 or 11429415. OLE color: 11429415.

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

Color convert

RGB39102174-
CMYK0.780.4100.32
HSL212º63.38%41.76%-
HSV(B)212º77.59%68.24%-
XYZ13.2312.9941.85-
YUV91.37174.6390.65-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 12.38%
GREEN value IS 102 (40.23% from 255) = 32.38%
BLUE value IS 174 (68.36% from 255) = 55.24%
R=12.38%
G=32.38%
B=55.24%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal391021740.780.4100.3221263.3841.76
Hex2766AE4E29020d43f2a
Octal47146256116510403247752
Binary1001111100110101011101001110101001010000011010100111111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2766AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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