#2B6D9F

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

Shades of Lochmara #2B6D9F

Tints of Lochmara #2B6D9F

Color information

#2B6D9F (or 0x2B6D9F) is unknown color: approx Lochmara. HEX triplet: 2B, 6D and 9F. RGB value is (43,109,159). Sum of RGB (Red+Green+Blue) = 43+109+159=311 (41% of max value = 765). Red value is 43 (17.19% from 255 or 13.83% from 311); Green value is 109 (42.97% from 255 or 35.05% from 311); Blue value is 159 (62.5% from 255 or 51.13% from 311); Max value from RGB is 159 - color contains mainly: blue. Hex color #2B6D9F is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #2B6D9F is #D49260. Grayscale: #5E5E5E. Windows color (decimal): -13931105 or 10448171. OLE color: 10448171.

HSL color Cylindrical-coordinate representation of color #2B6D9F: hue angle of 205.86º degrees, saturation: 0.57, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #2B6D9F is Cyan = 0.73, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB43109159-
CMYK0.730.3100.38
HSL205.86º57.43%39.61%-
HSV(B)205.86º72.96%62.35%-
XYZ12.7213.9534.82-
YUV94.97164.1390.93-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 13.83%
GREEN value IS 109 (42.97% from 255) = 35.05%
BLUE value IS 159 (62.5% from 255) = 51.13%
R=13.83%
G=35.05%
B=51.13%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal431091590.730.3100.38205.8657.4339.61
Hex2B6D9F491F026ce3928
Octal53155237111370463167150
Binary101011110110110011111100100111111010011011001110111001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2B6D9F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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