#2A7094

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

Shades of Lochmara #2A7094

Tints of Lochmara #2A7094

Color information

#2A7094 (or 0x2A7094) is unknown color: approx Lochmara. HEX triplet: 2A, 70 and 94. RGB value is (42,112,148). Sum of RGB (Red+Green+Blue) = 42+112+148=302 (40% of max value = 765). Red value is 42 (16.80% from 255 or 13.91% from 302); Green value is 112 (44.14% from 255 or 37.09% from 302); Blue value is 148 (58.20% from 255 or 49.01% from 302); Max value from RGB is 148 - color contains mainly: blue. Hex color #2A7094 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #2A7094 is #D58F6B. Grayscale: #5E5E5E. Windows color (decimal): -13995884 or 9728042. OLE color: 9728042.

HSL color Cylindrical-coordinate representation of color #2A7094: hue angle of 200.38º degrees, saturation: 0.56, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #2A7094 is Cyan = 0.72, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB42112148-
CMYK0.720.2400.42
HSL200.38º55.79%37.25%-
HSV(B)200.38º71.62%58.04%-
XYZ12.0914.2230.12-
YUV95.17157.8190.07-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 13.91%
GREEN value IS 112 (44.14% from 255) = 37.09%
BLUE value IS 148 (58.20% from 255) = 49.01%
R=13.91%
G=37.09%
B=49.01%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal421121480.720.2400.42200.3855.7937.25
Hex2A7094481802Ac83825
Octal52160224110300523107045
Binary101010111000010010100100100011000010101011001000111000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2A7094

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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