#2B76AB

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

Shades of Lochmara #2B76AB

Tints of Lochmara #2B76AB

Color information

#2B76AB (or 0x2B76AB) is unknown color: approx Lochmara. HEX triplet: 2B, 76 and AB. RGB value is (43,118,171). Sum of RGB (Red+Green+Blue) = 43+118+171=332 (43% of max value = 765). Red value is 43 (17.19% from 255 or 12.95% from 332); Green value is 118 (46.48% from 255 or 35.54% from 332); Blue value is 171 (67.19% from 255 or 51.51% from 332); Max value from RGB is 171 - color contains mainly: blue. Hex color #2B76AB is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #2B76AB is #D48954. Grayscale: #656565. Windows color (decimal): -13928789 or 11236907. OLE color: 11236907.

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

Color convert

RGB43118171-
CMYK0.750.3100.33
HSL204.84º59.81%41.96%-
HSV(B)204.84º74.85%67.06%-
XYZ14.8316.4140.91-
YUV101.62167.1586.19-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 12.95%
GREEN value IS 118 (46.48% from 255) = 35.54%
BLUE value IS 171 (67.19% from 255) = 51.51%
R=12.95%
G=35.54%
B=51.51%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal431181710.750.3100.33204.8459.8141.96
Hex2B76AB4B1F021cd3c2a
Octal53166253113370413157452
Binary101011111011010101011100101111111010000111001101111100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2B76AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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