#2B71AE

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

Shades of Lochmara #2B71AE

Tints of Lochmara #2B71AE

Color information

#2B71AE (or 0x2B71AE) is unknown color: approx Lochmara. HEX triplet: 2B, 71 and AE. RGB value is (43,113,174). Sum of RGB (Red+Green+Blue) = 43+113+174=330 (43% of max value = 765). Red value is 43 (17.19% from 255 or 13.03% from 330); Green value is 113 (44.53% from 255 or 34.24% from 330); Blue value is 174 (68.36% from 255 or 52.73% from 330); Max value from RGB is 174 - color contains mainly: blue. Hex color #2B71AE is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #2B71AE is #D48E51. Grayscale: #626262. Windows color (decimal): -13930066 or 11432235. OLE color: 11432235.

HSL color Cylindrical-coordinate representation of color #2B71AE: hue angle of 207.94º degrees, saturation: 0.6, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #2B71AE is Cyan = 0.75, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB43113174-
CMYK0.750.3500.32
HSL207.94º60.37%42.55%-
HSV(B)207.94º75.29%68.24%-
XYZ14.5415.3842.25-
YUV99.02170.3188.04-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 13.03%
GREEN value IS 113 (44.53% from 255) = 34.24%
BLUE value IS 174 (68.36% from 255) = 52.73%
R=13.03%
G=34.24%
B=52.73%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal431131740.750.3500.32207.9460.3742.55
Hex2B71AE4B23020d03c2b
Octal53161256113430403207453
Binary1010111110001101011101001011100011010000011010000111100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2B71AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(43,113,174); }

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

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

 a { background-color: rgb(43,113,174); }

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

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

 span { border-color: rgb(43,113,174); }

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