#2b7fa8

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

Shades of Lochmara #2B7FA8

Tints of Lochmara #2B7FA8

Color information

#2B7FA8 (or 0x2B7FA8) is unknown color: approx Lochmara. HEX triplet: 2B, 7F and A8. RGB value is (43,127,168). Sum of RGB (Red+Green+Blue) = 43+127+168=338 (44% of max value = 765). Red value is 43 (17.19% from 255 or 12.72% from 338); Green value is 127 (50% from 255 or 37.57% from 338); Blue value is 168 (66.02% from 255 or 49.70% from 338); Max value from RGB is 168 - color contains mainly: blue. Hex color #2B7FA8 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #2B7FA8 is #D48057. Grayscale: #6A6A6A. Windows color (decimal): -13926488 or 11042603. OLE color: 11042603.

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

Color convert

RGB43127168-
CMYK0.740.2400.34
HSL199.68º59.24%41.37%-
HSV(B)199.68º74.4%65.88%-
XYZ15.6518.5239.8-
YUV106.56162.6782.67-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 12.72%
GREEN value IS 127 (50% from 255) = 37.57%
BLUE value IS 168 (66.02% from 255) = 49.70%
R=12.72%
G=37.57%
B=49.70%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal431271680.740.2400.34199.6859.2441.37
Hex2B7FA84A18022c83b29
Octal53177250112300423107351
Binary101011111111110101000100101011000010001011001000111011101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2b7fa8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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