#2B6DAE

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

Shades of Lochmara #2B6DAE

Tints of Lochmara #2B6DAE

Color information

#2B6DAE (or 0x2B6DAE) is unknown color: approx Lochmara. HEX triplet: 2B, 6D and AE. RGB value is (43,109,174). Sum of RGB (Red+Green+Blue) = 43+109+174=326 (43% of max value = 765). Red value is 43 (17.19% from 255 or 13.19% from 326); Green value is 109 (42.97% from 255 or 33.44% from 326); Blue value is 174 (68.36% from 255 or 53.37% from 326); Max value from RGB is 174 - color contains mainly: blue. Hex color #2B6DAE is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #2B6DAE is #D49251. Grayscale: #606060. Windows color (decimal): -13931090 or 11431211. OLE color: 11431211.

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

Color convert

RGB43109174-
CMYK0.750.3700.32
HSL209.77º60.37%42.55%-
HSV(B)209.77º75.29%68.24%-
XYZ14.114.5142.1-
YUV96.68171.6389.71-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 13.19%
GREEN value IS 109 (42.97% from 255) = 33.44%
BLUE value IS 174 (68.36% from 255) = 53.37%
R=13.19%
G=33.44%
B=53.37%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal431091740.750.3700.32209.7760.3742.55
Hex2B6DAE4B25020d23c2b
Octal53155256113450403227453
Binary1010111101101101011101001011100101010000011010010111100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2B6DAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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