#2A78AB

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

Shades of Lochmara #2A78AB

Tints of Lochmara #2A78AB

Color information

#2A78AB (or 0x2A78AB) is unknown color: approx Lochmara. HEX triplet: 2A, 78 and AB. RGB value is (42,120,171). Sum of RGB (Red+Green+Blue) = 42+120+171=333 (44% of max value = 765). Red value is 42 (16.80% from 255 or 12.61% from 333); Green value is 120 (47.27% from 255 or 36.04% from 333); Blue value is 171 (67.19% from 255 or 51.35% from 333); Max value from RGB is 171 - color contains mainly: blue. Hex color #2A78AB is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #2A78AB is #D58754. Grayscale: #666666. Windows color (decimal): -13993813 or 11237418. OLE color: 11237418.

HSL color Cylindrical-coordinate representation of color #2A78AB: hue angle of 203.72º degrees, saturation: 0.61, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #2A78AB is Cyan = 0.75, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB42120171-
CMYK0.750.3000.33
HSL203.72º60.56%41.76%-
HSV(B)203.72º75.44%67.06%-
XYZ15.0216.8740.99-
YUV102.49166.6684.85-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 12.61%
GREEN value IS 120 (47.27% from 255) = 36.04%
BLUE value IS 171 (67.19% from 255) = 51.35%
R=12.61%
G=36.04%
B=51.35%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal421201710.750.3000.33203.7260.5641.76
Hex2A78AB4B1E021cc3d2a
Octal52170253113360413147552
Binary101010111100010101011100101111110010000111001100111101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2A78AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(42,120,171); }

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

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

 a { background-color: rgb(42,120,171); }

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

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

 span { border-color: rgb(42,120,171); }

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