#2779AC

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

Shades of Lochmara #2779AC

Tints of Lochmara #2779AC

Color information

#2779AC (or 0x2779AC) is unknown color: approx Lochmara. HEX triplet: 27, 79 and AC. RGB value is (39,121,172). Sum of RGB (Red+Green+Blue) = 39+121+172=332 (43% of max value = 765). Red value is 39 (15.62% from 255 or 11.75% from 332); Green value is 121 (47.66% from 255 or 36.45% from 332); Blue value is 172 (67.58% from 255 or 51.81% from 332); Max value from RGB is 172 - color contains mainly: blue. Hex color #2779AC is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #2779AC is #D88653. Grayscale: #666666. Windows color (decimal): -14190164 or 11303207. OLE color: 11303207.

HSL color Cylindrical-coordinate representation of color #2779AC: hue angle of 203.01º degrees, saturation: 0.63, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #2779AC is Cyan = 0.77, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB39121172-
CMYK0.770.3000.33
HSL203.01º63.03%41.37%-
HSV(B)203.01º77.33%67.45%-
XYZ15.1217.0841.53-
YUV102.3167.3382.85-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 11.75%
GREEN value IS 121 (47.66% from 255) = 36.45%
BLUE value IS 172 (67.58% from 255) = 51.81%
R=11.75%
G=36.45%
B=51.81%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal391211720.770.3000.33203.0163.0341.37
Hex2779AC4D1E021cb3f29
Octal47171254115360413137751
Binary100111111100110101100100110111110010000111001011111111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2779AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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