#2E619B

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

Shades of Lochmara #2E619B

Tints of Lochmara #2E619B

Color information

#2E619B (or 0x2E619B) is unknown color: approx Lochmara. HEX triplet: 2E, 61 and 9B. RGB value is (46,97,155). Sum of RGB (Red+Green+Blue) = 46+97+155=298 (39% of max value = 765). Red value is 46 (18.36% from 255 or 15.44% from 298); Green value is 97 (38.28% from 255 or 32.55% from 298); Blue value is 155 (60.94% from 255 or 52.01% from 298); Max value from RGB is 155 - color contains mainly: blue. Hex color #2E619B is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #2E619B is #D19E64. Grayscale: #585858. Windows color (decimal): -13737573 or 10182958. OLE color: 10182958.

HSL color Cylindrical-coordinate representation of color #2E619B: hue angle of 211.93º degrees, saturation: 0.54, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #2E619B is Cyan = 0.70, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB4697155-
CMYK0.700.3700.39
HSL211.93º54.23%39.41%-
HSV(B)211.93º70.32%60.78%-
XYZ11.3211.532.63-
YUV88.36165.697.78-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 15.44%
GREEN value IS 97 (38.28% from 255) = 32.55%
BLUE value IS 155 (60.94% from 255) = 52.01%
R=15.44%
G=32.55%
B=52.01%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal46971550.700.3700.39211.9354.2339.41
Hex2E619B4625027d43627
Octal56141233106450473246647
Binary1011101100001100110111000110100101010011111010100110110100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2E619B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(46,97,155); }

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

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

 a { background-color: rgb(46,97,155); }

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

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

 span { border-color: rgb(46,97,155); }

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