#2B6AAC

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

Shades of Lochmara #2B6AAC

Tints of Lochmara #2B6AAC

Color information

#2B6AAC (or 0x2B6AAC) is unknown color: approx Lochmara. HEX triplet: 2B, 6A and AC. RGB value is (43,106,172). Sum of RGB (Red+Green+Blue) = 43+106+172=321 (42% of max value = 765). Red value is 43 (17.19% from 255 or 13.40% from 321); Green value is 106 (41.80% from 255 or 33.02% from 321); Blue value is 172 (67.58% from 255 or 53.58% from 321); Max value from RGB is 172 - color contains mainly: blue. Hex color #2B6AAC is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #2B6AAC is #D49553. Grayscale: #5E5E5E. Windows color (decimal): -13931860 or 11299371. OLE color: 11299371.

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

Color convert

RGB43106172-
CMYK0.750.3800.33
HSL210.7º60%42.16%-
HSV(B)210.7º75%67.45%-
XYZ13.613.840.98-
YUV94.69171.6391.13-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 13.40%
GREEN value IS 106 (41.80% from 255) = 33.02%
BLUE value IS 172 (67.58% from 255) = 53.58%
R=13.40%
G=33.02%
B=53.58%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal431061720.750.3800.33210.76042.16
Hex2B6AAC4B26021d33c2a
Octal53152254113460413237452
Binary1010111101010101011001001011100110010000111010011111100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2B6AAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(43,106,172); }

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

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

 a { background-color: rgb(43,106,172); }

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

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

 span { border-color: rgb(43,106,172); }

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