#2A729C

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

Shades of Lochmara #2A729C

Tints of Lochmara #2A729C

Color information

#2A729C (or 0x2A729C) is unknown color: approx Lochmara. HEX triplet: 2A, 72 and 9C. RGB value is (42,114,156). Sum of RGB (Red+Green+Blue) = 42+114+156=312 (41% of max value = 765). Red value is 42 (16.80% from 255 or 13.46% from 312); Green value is 114 (44.92% from 255 or 36.54% from 312); Blue value is 156 (61.33% from 255 or 50% from 312); Max value from RGB is 156 - color contains mainly: blue. Hex color #2A729C is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #2A729C is #D58D63. Grayscale: #616161. Windows color (decimal): -13995364 or 10252842. OLE color: 10252842.

HSL color Cylindrical-coordinate representation of color #2A729C: hue angle of 202.11º degrees, saturation: 0.58, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #2A729C is Cyan = 0.73, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB42114156-
CMYK0.730.2700.39
HSL202.11º57.58%38.82%-
HSV(B)202.11º73.08%61.18%-
XYZ12.9714.9333.65-
YUV97.26161.1588.58-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 13.46%
GREEN value IS 114 (44.92% from 255) = 36.54%
BLUE value IS 156 (61.33% from 255) = 50%
R=13.46%
G=36.54%
B=50%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal421141560.730.2700.39202.1157.5838.82
Hex2A729C491B027ca3a27
Octal52162234111330473127247
Binary101010111001010011100100100111011010011111001010111010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2A729C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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