#2B76AE

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

Shades of Lochmara #2B76AE

Tints of Lochmara #2B76AE

Color information

#2B76AE (or 0x2B76AE) is unknown color: approx Lochmara. HEX triplet: 2B, 76 and AE. RGB value is (43,118,174). Sum of RGB (Red+Green+Blue) = 43+118+174=335 (44% of max value = 765). Red value is 43 (17.19% from 255 or 12.84% from 335); Green value is 118 (46.48% from 255 or 35.22% from 335); Blue value is 174 (68.36% from 255 or 51.94% from 335); Max value from RGB is 174 - color contains mainly: blue. Hex color #2B76AE is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #2B76AE is #D48951. Grayscale: #656565. Windows color (decimal): -13928786 or 11433515. OLE color: 11433515.

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

Color convert

RGB43118174-
CMYK0.750.3200.32
HSL205.65º60.37%42.55%-
HSV(B)205.65º75.29%68.24%-
XYZ15.1116.5342.44-
YUV101.96168.6585.95-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 12.84%
GREEN value IS 118 (46.48% from 255) = 35.22%
BLUE value IS 174 (68.36% from 255) = 51.94%
R=12.84%
G=35.22%
B=51.94%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal431181740.750.3200.32205.6560.3742.55
Hex2B76AE4B20020ce3c2b
Octal53166256113400403167453
Binary1010111110110101011101001011100000010000011001110111100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2B76AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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