#2E6FB7

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

Shades of Lochmara #2E6FB7

Tints of Lochmara #2E6FB7

Color information

#2E6FB7 (or 0x2E6FB7) is unknown color: approx Lochmara. HEX triplet: 2E, 6F and B7. RGB value is (46,111,183). Sum of RGB (Red+Green+Blue) = 46+111+183=340 (45% of max value = 765). Red value is 46 (18.36% from 255 or 13.53% from 340); Green value is 111 (43.75% from 255 or 32.65% from 340); Blue value is 183 (71.88% from 255 or 53.82% from 340); Max value from RGB is 183 - color contains mainly: blue. Hex color #2E6FB7 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2E6FB7 is #D19048. Grayscale: #636363. Windows color (decimal): -13733961 or 12021550. OLE color: 12021550.

HSL color Cylindrical-coordinate representation of color #2E6FB7: hue angle of 211.53º degrees, saturation: 0.6, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #2E6FB7 is Cyan = 0.75, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB46111183-
CMYK0.750.3900.28
HSL211.53º59.83%44.9%-
HSV(B)211.53º74.86%71.76%-
XYZ15.3615.3746.96-
YUV99.77174.9789.65-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 13.53%
GREEN value IS 111 (43.75% from 255) = 32.65%
BLUE value IS 183 (71.88% from 255) = 53.82%
R=13.53%
G=32.65%
B=53.82%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal461111830.750.3900.28211.5359.8344.9
Hex2E6FB74B2701Cd43c2d
Octal56157267113470343247455
Binary101110110111110110111100101110011101110011010100111100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2E6FB7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(46,111,183); }

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

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

 a { background-color: rgb(46,111,183); }

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

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

 span { border-color: rgb(46,111,183); }

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