Html Css Color HEX #2E619E Lochmara

📋 copy color: '#2E619E'

red 46 ◦ green 97 ◦ blue 158

#2E619E
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Lochmara #2E619E

Tints of Lochmara #2E619E

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 value IS 0.71

 M value IS 0.39

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#2E619E (or 0x2E619E) is known color: 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

RGB 46 97 158 -
CMYK 0.71 0.39 0 0.38
HSL 212.68º 0.55% 0.4% -
HSV(B) 212.68º 0.71% 0.62% -
XYZ 11.57 11.6 33.98 -
YUV 88.71 167.1 97.54 -
System Red Green Blue C M Y K H S L
Decimal 46 97 158 0.71 0.39 0 0.38 212.68 0.55 0.4
Hex 2E 61 9E 47 27 0 26 D5 37 28
Octal 56 141 236 107 47 0 46 325 67 50
Binary 101110 1100001 10011110 1000111 100111 0 100110 11010101 110111 101000

Color Harmonies of #2E619E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2E619E

Black with #2E619E

Text Example


Text Example

White with #2E619E

Text Example


Text Example

HTML Codes & Css Web 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>