#2E6597

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

Shades of Lochmara #2E6597

Tints of Lochmara #2E6597

Color information

#2E6597 (or 0x2E6597) is unknown color: approx Lochmara. HEX triplet: 2E, 65 and 97. RGB value is (46,101,151). Sum of RGB (Red+Green+Blue) = 46+101+151=298 (39% of max value = 765). Red value is 46 (18.36% from 255 or 15.44% from 298); Green value is 101 (39.84% from 255 or 33.89% from 298); Blue value is 151 (59.38% from 255 or 50.67% from 298); Max value from RGB is 151 - color contains mainly: blue. Hex color #2E6597 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #2E6597 is #D19A68. Grayscale: #5A5A5A. Windows color (decimal): -13736553 or 9921838. OLE color: 9921838.

HSL color Cylindrical-coordinate representation of color #2E6597: hue angle of 208.57º degrees, saturation: 0.53, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #2E6597 is Cyan = 0.70, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB46101151-
CMYK0.700.3300.41
HSL208.57º53.3%38.63%-
HSV(B)208.57º69.54%59.22%-
XYZ11.3712.1231.02-
YUV90.26162.2896.43-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 15.44%
GREEN value IS 101 (39.84% from 255) = 33.89%
BLUE value IS 151 (59.38% from 255) = 50.67%
R=15.44%
G=33.89%
B=50.67%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal461011510.700.3300.41208.5753.338.63
Hex2E65974621029d13527
Octal56145227106410513216547
Binary1011101100101100101111000110100001010100111010001110101100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2E6597

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(46,101,151); }

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

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

 a { background-color: rgb(46,101,151); }

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

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

 span { border-color: rgb(46,101,151); }

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