#2C78AD

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

Shades of Lochmara #2C78AD

Tints of Lochmara #2C78AD

Color information

#2C78AD (or 0x2C78AD) is unknown color: approx Lochmara. HEX triplet: 2C, 78 and AD. RGB value is (44,120,173). Sum of RGB (Red+Green+Blue) = 44+120+173=337 (44% of max value = 765). Red value is 44 (17.58% from 255 or 13.06% from 337); Green value is 120 (47.27% from 255 or 35.61% from 337); Blue value is 173 (67.97% from 255 or 51.34% from 337); Max value from RGB is 173 - color contains mainly: blue. Hex color #2C78AD is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #2C78AD is #D38752. Grayscale: #676767. Windows color (decimal): -13862739 or 11368492. OLE color: 11368492.

HSL color Cylindrical-coordinate representation of color #2C78AD: hue angle of 204.65º degrees, saturation: 0.59, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #2C78AD is Cyan = 0.75, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB44120173-
CMYK0.750.3100.32
HSL204.65º59.45%42.55%-
HSV(B)204.65º74.57%67.84%-
XYZ15.316.9942.01-
YUV103.32167.3285.69-

RGB Variations

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

RGB

RED value IS 44 (17.58% from 255) = 13.06%
GREEN value IS 120 (47.27% from 255) = 35.61%
BLUE value IS 173 (67.97% from 255) = 51.34%
R=13.06%
G=35.61%
B=51.34%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal441201730.750.3100.32204.6559.4542.55
Hex2C78AD4B1F020cd3b2b
Octal54170255113370403157353
Binary101100111100010101101100101111111010000011001101111011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2C78AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2C78AD; }

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

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

<style>
 a { background-color: #2C78AD; }

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

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

<style>
 span { border-color: #2C78AD; }

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

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