#2B61AB

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

Shades of Lochmara #2B61AB

Tints of Lochmara #2B61AB

Color information

#2B61AB (or 0x2B61AB) is unknown color: approx Lochmara. HEX triplet: 2B, 61 and AB. RGB value is (43,97,171). Sum of RGB (Red+Green+Blue) = 43+97+171=311 (41% of max value = 765). Red value is 43 (17.19% from 255 or 13.83% from 311); Green value is 97 (38.28% from 255 or 31.19% from 311); Blue value is 171 (67.19% from 255 or 54.98% from 311); Max value from RGB is 171 - color contains mainly: blue. Hex color #2B61AB is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #2B61AB is #D49E54. Grayscale: #585858. Windows color (decimal): -13934165 or 11231531. OLE color: 11231531.

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

Color convert

RGB4397171-
CMYK0.750.4300.33
HSL214.69º59.81%41.96%-
HSV(B)214.69º74.85%67.06%-
XYZ12.621240.18-
YUV89.29174.1194.98-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 13.83%
GREEN value IS 97 (38.28% from 255) = 31.19%
BLUE value IS 171 (67.19% from 255) = 54.98%
R=13.83%
G=31.19%
B=54.98%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal43971710.750.4300.33214.6959.8141.96
Hex2B61AB4B2B021d73c2a
Octal53141253113530413277452
Binary1010111100001101010111001011101011010000111010111111100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2B61AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(43,97,171); }

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

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

 a { background-color: rgb(43,97,171); }

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

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

 span { border-color: rgb(43,97,171); }

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