#2B6DAD

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

Shades of Lochmara #2B6DAD

Tints of Lochmara #2B6DAD

Color information

#2B6DAD (or 0x2B6DAD) is unknown color: approx Lochmara. HEX triplet: 2B, 6D and AD. RGB value is (43,109,173). Sum of RGB (Red+Green+Blue) = 43+109+173=325 (43% of max value = 765). Red value is 43 (17.19% from 255 or 13.23% from 325); Green value is 109 (42.97% from 255 or 33.54% from 325); Blue value is 173 (67.97% from 255 or 53.23% from 325); Max value from RGB is 173 - color contains mainly: blue. Hex color #2B6DAD is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #2B6DAD is #D49252. Grayscale: #606060. Windows color (decimal): -13931091 or 11365675. OLE color: 11365675.

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

Color convert

RGB43109173-
CMYK0.750.3700.32
HSL209.54º60.19%42.35%-
HSV(B)209.54º75.14%67.84%-
XYZ14.0114.4741.59-
YUV96.56171.1389.8-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 13.23%
GREEN value IS 109 (42.97% from 255) = 33.54%
BLUE value IS 173 (67.97% from 255) = 53.23%
R=13.23%
G=33.54%
B=53.23%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal431091730.750.3700.32209.5460.1942.35
Hex2B6DAD4B25020d23c2a
Octal53155255113450403227452
Binary1010111101101101011011001011100101010000011010010111100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2B6DAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(43,109,173); }

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

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

 a { background-color: rgb(43,109,173); }

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

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

 span { border-color: rgb(43,109,173); }

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