#2B6BB1

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

Shades of Lochmara #2B6BB1

Tints of Lochmara #2B6BB1

Color information

#2B6BB1 (or 0x2B6BB1) is unknown color: approx Lochmara. HEX triplet: 2B, 6B and B1. RGB value is (43,107,177). Sum of RGB (Red+Green+Blue) = 43+107+177=327 (43% of max value = 765). Red value is 43 (17.19% from 255 or 13.15% from 327); Green value is 107 (42.19% from 255 or 32.72% from 327); Blue value is 177 (69.53% from 255 or 54.13% from 327); Max value from RGB is 177 - color contains mainly: blue. Hex color #2B6BB1 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #2B6BB1 is #D4944E. Grayscale: #5F5F5F. Windows color (decimal): -13931599 or 11627307. OLE color: 11627307.

HSL color Cylindrical-coordinate representation of color #2B6BB1: hue angle of 211.34º degrees, saturation: 0.61, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #2B6BB1 is Cyan = 0.76, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB43107177-
CMYK0.760.4000.31
HSL211.34º60.91%43.14%-
HSV(B)211.34º75.71%69.41%-
XYZ14.1914.243.59-
YUV95.84173.890.31-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 13.15%
GREEN value IS 107 (42.19% from 255) = 32.72%
BLUE value IS 177 (69.53% from 255) = 54.13%
R=13.15%
G=32.72%
B=54.13%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal431071770.760.4000.31211.3460.9143.14
Hex2B6BB14C2801Fd33d2b
Octal53153261114500373237553
Binary101011110101110110001100110010100001111111010011111101101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2B6BB1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(43,107,177); }

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

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

 a { background-color: rgb(43,107,177); }

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

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

 span { border-color: rgb(43,107,177); }

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