#2B7AA6

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

Shades of Lochmara #2B7AA6

Tints of Lochmara #2B7AA6

Color information

#2B7AA6 (or 0x2B7AA6) is unknown color: approx Lochmara. HEX triplet: 2B, 7A and A6. RGB value is (43,122,166). Sum of RGB (Red+Green+Blue) = 43+122+166=331 (43% of max value = 765). Red value is 43 (17.19% from 255 or 12.99% from 331); Green value is 122 (48.05% from 255 or 36.86% from 331); Blue value is 166 (65.23% from 255 or 50.15% from 331); Max value from RGB is 166 - color contains mainly: blue. Hex color #2B7AA6 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #2B7AA6 is #D48559. Grayscale: #676767. Windows color (decimal): -13927770 or 10910251. OLE color: 10910251.

HSL color Cylindrical-coordinate representation of color #2B7AA6: hue angle of 201.46º degrees, saturation: 0.59, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #2B7AA6 is Cyan = 0.74, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB43122166-
CMYK0.740.2700.35
HSL201.46º58.85%40.98%-
HSV(B)201.46º74.1%65.1%-
XYZ14.8417.1938.61-
YUV103.39163.3384.92-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 12.99%
GREEN value IS 122 (48.05% from 255) = 36.86%
BLUE value IS 166 (65.23% from 255) = 50.15%
R=12.99%
G=36.86%
B=50.15%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal431221660.740.2700.35201.4658.8540.98
Hex2B7AA64A1B023c93b29
Octal53172246112330433117351
Binary101011111101010100110100101011011010001111001001111011101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2B7AA6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(43,122,166); }

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

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

 a { background-color: rgb(43,122,166); }

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

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

 span { border-color: rgb(43,122,166); }

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