#2E62AC

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

Shades of Lochmara #2E62AC

Tints of Lochmara #2E62AC

Color information

#2E62AC (or 0x2E62AC) is unknown color: approx Lochmara. HEX triplet: 2E, 62 and AC. RGB value is (46,98,172). Sum of RGB (Red+Green+Blue) = 46+98+172=316 (41% of max value = 765). Red value is 46 (18.36% from 255 or 14.56% from 316); Green value is 98 (38.67% from 255 or 31.01% from 316); Blue value is 172 (67.58% from 255 or 54.43% from 316); Max value from RGB is 172 - color contains mainly: blue. Hex color #2E62AC is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #2E62AC is #D19D53. Grayscale: #5A5A5A. Windows color (decimal): -13737300 or 11297326. OLE color: 11297326.

HSL color Cylindrical-coordinate representation of color #2E62AC: hue angle of 215.24º degrees, saturation: 0.58, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #2E62AC is Cyan = 0.73, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB4698172-
CMYK0.730.4300.33
HSL215.24º57.8%42.75%-
HSV(B)215.24º73.26%67.45%-
XYZ12.9412.2940.72-
YUV90.89173.7795.98-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 14.56%
GREEN value IS 98 (38.67% from 255) = 31.01%
BLUE value IS 172 (67.58% from 255) = 54.43%
R=14.56%
G=31.01%
B=54.43%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal46981720.730.4300.33215.2457.842.75
Hex2E62AC492B021d73a2b
Octal56142254111530413277253
Binary1011101100010101011001001001101011010000111010111111010101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2E62AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(46,98,172); }

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

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

 a { background-color: rgb(46,98,172); }

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

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

 span { border-color: rgb(46,98,172); }

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