#2A78B3

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

Shades of Lochmara #2A78B3

Tints of Lochmara #2A78B3

Color information

#2A78B3 (or 0x2A78B3) is unknown color: approx Lochmara. HEX triplet: 2A, 78 and B3. RGB value is (42,120,179). Sum of RGB (Red+Green+Blue) = 42+120+179=341 (45% of max value = 765). Red value is 42 (16.80% from 255 or 12.32% from 341); Green value is 120 (47.27% from 255 or 35.19% from 341); Blue value is 179 (70.31% from 255 or 52.49% from 341); Max value from RGB is 179 - color contains mainly: blue. Hex color #2A78B3 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2A78B3 is #D5874C. Grayscale: #676767. Windows color (decimal): -13993805 or 11761706. OLE color: 11761706.

HSL color Cylindrical-coordinate representation of color #2A78B3: hue angle of 205.84º degrees, saturation: 0.62, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #2A78B3 is Cyan = 0.77, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB42120179-
CMYK0.770.3300.30
HSL205.84º61.99%43.33%-
HSV(B)205.84º76.54%70.2%-
XYZ15.8117.1845.13-
YUV103.4170.6684.2-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 12.32%
GREEN value IS 120 (47.27% from 255) = 35.19%
BLUE value IS 179 (70.31% from 255) = 52.49%
R=12.32%
G=35.19%
B=52.49%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal421201790.770.3300.30205.8461.9943.33
Hex2A78B34D2101Ece3e2b
Octal52170263115410363167653
Binary101010111100010110011100110110000101111011001110111110101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2A78B3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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