#2778AA

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

Shades of Lochmara #2778AA

Tints of Lochmara #2778AA

Color information

#2778AA (or 0x2778AA) is unknown color: approx Lochmara. HEX triplet: 27, 78 and AA. RGB value is (39,120,170). Sum of RGB (Red+Green+Blue) = 39+120+170=329 (43% of max value = 765). Red value is 39 (15.62% from 255 or 11.85% from 329); Green value is 120 (47.27% from 255 or 36.47% from 329); Blue value is 170 (66.80% from 255 or 51.67% from 329); Max value from RGB is 170 - color contains mainly: blue. Hex color #2778AA is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #2778AA is #D88755. Grayscale: #656565. Windows color (decimal): -14190422 or 11171879. OLE color: 11171879.

HSL color Cylindrical-coordinate representation of color #2778AA: hue angle of 202.9º 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 #2778AA is Cyan = 0.77, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB39120170-
CMYK0.770.2900.33
HSL202.9º62.68%40.98%-
HSV(B)202.9º77.06%66.67%-
XYZ14.8116.7740.49-
YUV101.48166.6683.43-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 11.85%
GREEN value IS 120 (47.27% from 255) = 36.47%
BLUE value IS 170 (66.80% from 255) = 51.67%
R=11.85%
G=36.47%
B=51.67%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal391201700.770.2900.33202.962.6840.98
Hex2778AA4D1D021cb3f29
Octal47170252115350413137751
Binary100111111100010101010100110111101010000111001011111111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2778AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2778AA; }

 p { color: rgb(39,120,170); }

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

<style>
 a { background-color: #2778AA; }

 a { background-color: rgb(39,120,170); }

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

<style>
 span { border-color: #2778AA; }

 span { border-color: rgb(39,120,170); }

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