#2A7499

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

Shades of Lochmara #2A7499

Tints of Lochmara #2A7499

Color information

#2A7499 (or 0x2A7499) is unknown color: approx Lochmara. HEX triplet: 2A, 74 and 99. RGB value is (42,116,153). Sum of RGB (Red+Green+Blue) = 42+116+153=311 (41% of max value = 765). Red value is 42 (16.80% from 255 or 13.50% from 311); Green value is 116 (45.70% from 255 or 37.30% from 311); Blue value is 153 (60.16% from 255 or 49.20% from 311); Max value from RGB is 153 - color contains mainly: blue. Hex color #2A7499 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #2A7499 is #D58B66. Grayscale: #616161. Windows color (decimal): -13994855 or 10056746. OLE color: 10056746.

HSL color Cylindrical-coordinate representation of color #2A7499: hue angle of 200º degrees, saturation: 0.57, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #2A7499 is Cyan = 0.73, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB42116153-
CMYK0.730.2400.4
HSL200º56.92%38.24%-
HSV(B)200º72.55%60%-
XYZ12.9515.2832.4-
YUV98.09158.9887.99-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 13.50%
GREEN value IS 116 (45.70% from 255) = 37.30%
BLUE value IS 153 (60.16% from 255) = 49.20%
R=13.50%
G=37.30%
B=49.20%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal421161530.730.2400.420056.9238.24
Hex2A74994918028c83926
Octal52164231111300503107146
Binary101010111010010011001100100111000010100011001000111001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2A7499

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(42,116,153); }

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

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

 a { background-color: rgb(42,116,153); }

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

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

 span { border-color: rgb(42,116,153); }

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