#2B6CAE

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

Shades of Lochmara #2B6CAE

Tints of Lochmara #2B6CAE

Color information

#2B6CAE (or 0x2B6CAE) is unknown color: approx Lochmara. HEX triplet: 2B, 6C and AE. RGB value is (43,108,174). Sum of RGB (Red+Green+Blue) = 43+108+174=325 (43% of max value = 765). Red value is 43 (17.19% from 255 or 13.23% from 325); Green value is 108 (42.58% from 255 or 33.23% from 325); Blue value is 174 (68.36% from 255 or 53.54% from 325); Max value from RGB is 174 - color contains mainly: blue. Hex color #2B6CAE is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #2B6CAE is #D49351. Grayscale: #5F5F5F. Windows color (decimal): -13931346 or 11430955. OLE color: 11430955.

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

Color convert

RGB43108174-
CMYK0.750.3800.32
HSL210.23º60.37%42.55%-
HSV(B)210.23º75.29%68.24%-
XYZ1414.2942.07-
YUV96.09171.9790.13-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 13.23%
GREEN value IS 108 (42.58% from 255) = 33.23%
BLUE value IS 174 (68.36% from 255) = 53.54%
R=13.23%
G=33.23%
B=53.54%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal431081740.750.3800.32210.2360.3742.55
Hex2B6CAE4B26020d23c2b
Octal53154256113460403227453
Binary1010111101100101011101001011100110010000011010010111100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2B6CAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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