#2E6497

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

Shades of Lochmara #2E6497

Tints of Lochmara #2E6497

Color information

#2E6497 (or 0x2E6497) is unknown color: approx Lochmara. HEX triplet: 2E, 64 and 97. RGB value is (46,100,151). Sum of RGB (Red+Green+Blue) = 46+100+151=297 (39% of max value = 765). Red value is 46 (18.36% from 255 or 15.49% from 297); Green value is 100 (39.45% from 255 or 33.67% from 297); Blue value is 151 (59.38% from 255 or 50.84% from 297); Max value from RGB is 151 - color contains mainly: blue. Hex color #2E6497 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #2E6497 is #D19B68. Grayscale: #595959. Windows color (decimal): -13736809 or 9921582. OLE color: 9921582.

HSL color Cylindrical-coordinate representation of color #2E6497: hue angle of 209.14º 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 #2E6497 is Cyan = 0.70, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB46100151-
CMYK0.700.3400.41
HSL209.14º53.3%38.63%-
HSV(B)209.14º69.54%59.22%-
XYZ11.2711.9330.99-
YUV89.67162.6196.85-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 15.49%
GREEN value IS 100 (39.45% from 255) = 33.67%
BLUE value IS 151 (59.38% from 255) = 50.84%
R=15.49%
G=33.67%
B=50.84%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal461001510.700.3400.41209.1453.338.63
Hex2E64974622029d13527
Octal56144227106420513216547
Binary1011101100100100101111000110100010010100111010001110101100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2E6497

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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