#2A749B

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

Shades of Lochmara #2A749B

Tints of Lochmara #2A749B

Color information

#2A749B (or 0x2A749B) is unknown color: approx Lochmara. HEX triplet: 2A, 74 and 9B. RGB value is (42,116,155). Sum of RGB (Red+Green+Blue) = 42+116+155=313 (41% of max value = 765). Red value is 42 (16.80% from 255 or 13.42% from 313); Green value is 116 (45.70% from 255 or 37.06% from 313); Blue value is 155 (60.94% from 255 or 49.52% from 313); Max value from RGB is 155 - color contains mainly: blue. Hex color #2A749B is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #2A749B is #D58B64. Grayscale: #626262. Windows color (decimal): -13994853 or 10187818. OLE color: 10187818.

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

Color convert

RGB42116155-
CMYK0.730.2500.39
HSL200.71º57.36%38.63%-
HSV(B)200.71º72.9%60.78%-
XYZ13.1215.3533.28-
YUV98.32159.9887.83-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 13.42%
GREEN value IS 116 (45.70% from 255) = 37.06%
BLUE value IS 155 (60.94% from 255) = 49.52%
R=13.42%
G=37.06%
B=49.52%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal421161550.730.2500.39200.7157.3638.63
Hex2A749B4919027c93927
Octal52164233111310473117147
Binary101010111010010011011100100111001010011111001001111001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2A749B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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