#2B7FAB

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

Shades of Lochmara #2B7FAB

Tints of Lochmara #2B7FAB

Color information

#2B7FAB (or 0x2B7FAB) is unknown color: approx Lochmara. HEX triplet: 2B, 7F and AB. RGB value is (43,127,171). Sum of RGB (Red+Green+Blue) = 43+127+171=341 (45% of max value = 765). Red value is 43 (17.19% from 255 or 12.61% from 341); Green value is 127 (50% from 255 or 37.24% from 341); Blue value is 171 (67.19% from 255 or 50.15% from 341); Max value from RGB is 171 - color contains mainly: blue. Hex color #2B7FAB is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #2B7FAB is #D48054. Grayscale: #6A6A6A. Windows color (decimal): -13926485 or 11239211. OLE color: 11239211.

HSL color Cylindrical-coordinate representation of color #2B7FAB: hue angle of 200.62º degrees, saturation: 0.6, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #2B7FAB is Cyan = 0.75, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB43127171-
CMYK0.750.2600.33
HSL200.62º59.81%41.96%-
HSV(B)200.62º74.85%67.06%-
XYZ15.9418.6341.28-
YUV106.9164.1782.42-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 12.61%
GREEN value IS 127 (50% from 255) = 37.24%
BLUE value IS 171 (67.19% from 255) = 50.15%
R=12.61%
G=37.24%
B=50.15%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal431271710.750.2600.33200.6259.8141.96
Hex2B7FAB4B1A021c93c2a
Octal53177253113320413117452
Binary101011111111110101011100101111010010000111001001111100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2B7FAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(43,127,171); }

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

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

 a { background-color: rgb(43,127,171); }

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

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

 span { border-color: rgb(43,127,171); }

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