#2B6896

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

Shades of Lochmara #2B6896

Tints of Lochmara #2B6896

Color information

#2B6896 (or 0x2B6896) is unknown color: approx Lochmara. HEX triplet: 2B, 68 and 96. RGB value is (43,104,150). Sum of RGB (Red+Green+Blue) = 43+104+150=297 (39% of max value = 765). Red value is 43 (17.19% from 255 or 14.48% from 297); Green value is 104 (41.02% from 255 or 35.02% from 297); Blue value is 150 (58.98% from 255 or 50.51% from 297); Max value from RGB is 150 - color contains mainly: blue. Hex color #2B6896 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #2B6896 is #D49769. Grayscale: #5A5A5A. Windows color (decimal): -13932394 or 9857067. OLE color: 9857067.

HSL color Cylindrical-coordinate representation of color #2B6896: hue angle of 205.79º degrees, saturation: 0.55, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #2B6896 is Cyan = 0.71, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB43104150-
CMYK0.710.3100.41
HSL205.79º55.44%37.84%-
HSV(B)205.79º71.33%58.82%-
XYZ11.4512.6230.69-
YUV91161.2993.76-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 14.48%
GREEN value IS 104 (41.02% from 255) = 35.02%
BLUE value IS 150 (58.98% from 255) = 50.51%
R=14.48%
G=35.02%
B=50.51%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal431041500.710.3100.41205.7955.4437.84
Hex2B6896471F029ce3726
Octal53150226107370513166746
Binary101011110100010010110100011111111010100111001110110111100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2B6896

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(43,104,150); }

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

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

 a { background-color: rgb(43,104,150); }

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

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

 span { border-color: rgb(43,104,150); }

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