#2A70A8

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

Shades of Lochmara #2A70A8

Tints of Lochmara #2A70A8

Color information

#2A70A8 (or 0x2A70A8) is unknown color: approx Lochmara. HEX triplet: 2A, 70 and A8. RGB value is (42,112,168). Sum of RGB (Red+Green+Blue) = 42+112+168=322 (42% of max value = 765). Red value is 42 (16.80% from 255 or 13.04% from 322); Green value is 112 (44.14% from 255 or 34.78% from 322); Blue value is 168 (66.02% from 255 or 52.17% from 322); Max value from RGB is 168 - color contains mainly: blue. Hex color #2A70A8 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #2A70A8 is #D58F57. Grayscale: #616161. Windows color (decimal): -13995864 or 11038762. OLE color: 11038762.

HSL color Cylindrical-coordinate representation of color #2A70A8: hue angle of 206.67º degrees, saturation: 0.6, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #2A70A8 is Cyan = 0.75, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.34.

Color convert

RGB42112168-
CMYK0.750.3300.34
HSL206.67º60%41.18%-
HSV(B)206.67º75%65.88%-
XYZ13.8214.9139.2-
YUV97.45167.8188.45-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 13.04%
GREEN value IS 112 (44.14% from 255) = 34.78%
BLUE value IS 168 (66.02% from 255) = 52.17%
R=13.04%
G=34.78%
B=52.17%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal421121680.750.3300.34206.676041.18
Hex2A70A84B21022cf3c29
Octal52160250113410423177451
Binary1010101110000101010001001011100001010001011001111111100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2A70A8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(42,112,168); }

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

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

 a { background-color: rgb(42,112,168); }

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

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

 span { border-color: rgb(42,112,168); }

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