#2A729B

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

Shades of Lochmara #2A729B

Tints of Lochmara #2A729B

Color information

#2A729B (or 0x2A729B) is unknown color: approx Lochmara. HEX triplet: 2A, 72 and 9B. RGB value is (42,114,155). Sum of RGB (Red+Green+Blue) = 42+114+155=311 (41% of max value = 765). Red value is 42 (16.80% from 255 or 13.50% from 311); Green value is 114 (44.92% from 255 or 36.66% from 311); Blue value is 155 (60.94% from 255 or 49.84% from 311); Max value from RGB is 155 - color contains mainly: blue. Hex color #2A729B is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #2A729B is #D58D64. Grayscale: #606060. Windows color (decimal): -13995365 or 10187306. OLE color: 10187306.

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

Color convert

RGB42114155-
CMYK0.730.2600.39
HSL201.77º57.36%38.63%-
HSV(B)201.77º72.9%60.78%-
XYZ12.8914.8933.21-
YUV97.15160.6588.67-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 13.50%
GREEN value IS 114 (44.92% from 255) = 36.66%
BLUE value IS 155 (60.94% from 255) = 49.84%
R=13.50%
G=36.66%
B=49.84%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal421141550.730.2600.39201.7757.3638.63
Hex2A729B491A027ca3927
Octal52162233111320473127147
Binary101010111001010011011100100111010010011111001010111001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2A729B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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