#2B6BAF

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

Shades of Lochmara #2B6BAF

Tints of Lochmara #2B6BAF

Color information

#2B6BAF (or 0x2B6BAF) is unknown color: approx Lochmara. HEX triplet: 2B, 6B and AF. RGB value is (43,107,175). Sum of RGB (Red+Green+Blue) = 43+107+175=325 (43% of max value = 765). Red value is 43 (17.19% from 255 or 13.23% from 325); Green value is 107 (42.19% from 255 or 32.92% from 325); Blue value is 175 (68.75% from 255 or 53.85% from 325); Max value from RGB is 175 - color contains mainly: blue. Hex color #2B6BAF is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #2B6BAF is #D49450. Grayscale: #5F5F5F. Windows color (decimal): -13931601 or 11496235. OLE color: 11496235.

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

Color convert

RGB43107175-
CMYK0.750.3900.31
HSL210.91º60.55%42.75%-
HSV(B)210.91º75.43%68.63%-
XYZ13.9914.1242.55-
YUV95.62172.890.47-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 13.23%
GREEN value IS 107 (42.19% from 255) = 32.92%
BLUE value IS 175 (68.75% from 255) = 53.85%
R=13.23%
G=32.92%
B=53.85%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal431071750.750.3900.31210.9160.5542.75
Hex2B6BAF4B2701Fd33d2b
Octal53153257113470373237553
Binary101011110101110101111100101110011101111111010011111101101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2B6BAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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