#2A729A

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

Shades of Lochmara #2A729A

Tints of Lochmara #2A729A

Color information

#2A729A (or 0x2A729A) is unknown color: approx Lochmara. HEX triplet: 2A, 72 and 9A. RGB value is (42,114,154). Sum of RGB (Red+Green+Blue) = 42+114+154=310 (41% of max value = 765). Red value is 42 (16.80% from 255 or 13.55% from 310); Green value is 114 (44.92% from 255 or 36.77% from 310); Blue value is 154 (60.55% from 255 or 49.68% from 310); Max value from RGB is 154 - color contains mainly: blue. Hex color #2A729A is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #2A729A is #D58D65. Grayscale: #606060. Windows color (decimal): -13995366 or 10121770. OLE color: 10121770.

HSL color Cylindrical-coordinate representation of color #2A729A: hue angle of 201.43º 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 #2A729A is Cyan = 0.73, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB42114154-
CMYK0.730.2600.40
HSL201.43º57.14%38.43%-
HSV(B)201.43º72.73%60.39%-
XYZ12.814.8632.77-
YUV97.03160.1588.75-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 13.55%
GREEN value IS 114 (44.92% from 255) = 36.77%
BLUE value IS 154 (60.55% from 255) = 49.68%
R=13.55%
G=36.77%
B=49.68%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal421141540.730.2600.40201.4357.1438.43
Hex2A729A491A028c93926
Octal52162232111320503117146
Binary101010111001010011010100100111010010100011001001111001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2A729A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(42,114,154); }

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

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

 a { background-color: rgb(42,114,154); }

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

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

 span { border-color: rgb(42,114,154); }

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