#2779AD

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

Shades of Lochmara #2779AD

Tints of Lochmara #2779AD

Color information

#2779AD (or 0x2779AD) is unknown color: approx Lochmara. HEX triplet: 27, 79 and AD. RGB value is (39,121,173). Sum of RGB (Red+Green+Blue) = 39+121+173=333 (44% of max value = 765). Red value is 39 (15.62% from 255 or 11.71% from 333); Green value is 121 (47.66% from 255 or 36.34% from 333); Blue value is 173 (67.97% from 255 or 51.95% from 333); Max value from RGB is 173 - color contains mainly: blue. Hex color #2779AD is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #2779AD is #D88652. Grayscale: #666666. Windows color (decimal): -14190163 or 11368743. OLE color: 11368743.

HSL color Cylindrical-coordinate representation of color #2779AD: hue angle of 203.28º 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 #2779AD is Cyan = 0.77, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB39121173-
CMYK0.770.3000.32
HSL203.28º63.21%41.57%-
HSV(B)203.28º77.46%67.84%-
XYZ15.2217.1242.04-
YUV102.41167.8382.77-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 11.71%
GREEN value IS 121 (47.66% from 255) = 36.34%
BLUE value IS 173 (67.97% from 255) = 51.95%
R=11.71%
G=36.34%
B=51.95%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal391211730.770.3000.32203.2863.2141.57
Hex2779AD4D1E020cb3f2a
Octal47171255115360403137752
Binary100111111100110101101100110111110010000011001011111111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2779AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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