#2B6BAD

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

Shades of Lochmara #2B6BAD

Tints of Lochmara #2B6BAD

Color information

#2B6BAD (or 0x2B6BAD) is unknown color: approx Lochmara. HEX triplet: 2B, 6B and AD. RGB value is (43,107,173). Sum of RGB (Red+Green+Blue) = 43+107+173=323 (42% of max value = 765). Red value is 43 (17.19% from 255 or 13.31% from 323); Green value is 107 (42.19% from 255 or 33.13% from 323); Blue value is 173 (67.97% from 255 or 53.56% from 323); Max value from RGB is 173 - color contains mainly: blue. Hex color #2B6BAD is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #2B6BAD is #D49452. Grayscale: #5F5F5F. Windows color (decimal): -13931603 or 11365163. OLE color: 11365163.

HSL color Cylindrical-coordinate representation of color #2B6BAD: hue angle of 210.46º 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 #2B6BAD is Cyan = 0.75, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB43107173-
CMYK0.750.3800.32
HSL210.46º60.19%42.35%-
HSV(B)210.46º75.14%67.84%-
XYZ13.814.0541.52-
YUV95.39171.890.63-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 13.31%
GREEN value IS 107 (42.19% from 255) = 33.13%
BLUE value IS 173 (67.97% from 255) = 53.56%
R=13.31%
G=33.13%
B=53.56%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal431071730.750.3800.32210.4660.1942.35
Hex2B6BAD4B26020d23c2a
Octal53153255113460403227452
Binary1010111101011101011011001011100110010000011010010111100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2B6BAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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