#2778AD

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

Shades of Lochmara #2778AD

Tints of Lochmara #2778AD

Color information

#2778AD (or 0x2778AD) is unknown color: approx Lochmara. HEX triplet: 27, 78 and AD. RGB value is (39,120,173). Sum of RGB (Red+Green+Blue) = 39+120+173=332 (43% of max value = 765). Red value is 39 (15.62% from 255 or 11.75% from 332); Green value is 120 (47.27% from 255 or 36.14% from 332); Blue value is 173 (67.97% from 255 or 52.11% from 332); Max value from RGB is 173 - color contains mainly: blue. Hex color #2778AD is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #2778AD is #D88752. Grayscale: #656565. Windows color (decimal): -14190419 or 11368487. OLE color: 11368487.

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

Color convert

RGB39120173-
CMYK0.770.3100.32
HSL203.73º63.21%41.57%-
HSV(B)203.73º77.46%67.84%-
XYZ15.116.8842-
YUV101.82168.1683.19-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 11.75%
GREEN value IS 120 (47.27% from 255) = 36.14%
BLUE value IS 173 (67.97% from 255) = 52.11%
R=11.75%
G=36.14%
B=52.11%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal391201730.770.3100.32203.7363.2141.57
Hex2778AD4D1F020cc3f2a
Octal47170255115370403147752
Binary100111111100010101101100110111111010000011001100111111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2778AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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