#2E619E

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

Shades of Lochmara #2E619E

Tints of Lochmara #2E619E

Color information

#2E619E (or 0x2E619E) is unknown color: approx Lochmara. HEX triplet: 2E, 61 and 9E. RGB value is (46,97,158). Sum of RGB (Red+Green+Blue) = 46+97+158=301 (39% of max value = 765). Red value is 46 (18.36% from 255 or 15.28% from 301); Green value is 97 (38.28% from 255 or 32.23% from 301); Blue value is 158 (62.11% from 255 or 52.49% from 301); Max value from RGB is 158 - color contains mainly: blue. Hex color #2E619E is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #2E619E is #D19E61. Grayscale: #585858. Windows color (decimal): -13737570 or 10379566. OLE color: 10379566.

HSL color Cylindrical-coordinate representation of color #2E619E: hue angle of 212.68º degrees, saturation: 0.55, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #2E619E is Cyan = 0.71, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB4697158-
CMYK0.710.3900.38
HSL212.68º54.9%40%-
HSV(B)212.68º70.89%61.96%-
XYZ11.5711.633.98-
YUV88.7167.197.54-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 15.28%
GREEN value IS 97 (38.28% from 255) = 32.23%
BLUE value IS 158 (62.11% from 255) = 52.49%
R=15.28%
G=32.23%
B=52.49%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal46971580.710.3900.38212.6854.940
Hex2E619E4727026d53728
Octal56141236107470463256750
Binary1011101100001100111101000111100111010011011010101110111101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2E619E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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