Html Css Color HEX #2E6995 Lochmara

📋 copy color: '#2E6995'

red 46 ◦ green 105 ◦ blue 149

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

Shades of Lochmara #2E6995

Tints of Lochmara #2E6995

RGB

 RED value IS 46 (18.36% from 255) = 15.33%

 GREEN value IS 105 (41.41% from 255) = 35%

 BLUE value IS 149 (58.59% from 255) = 49.67%

R = 15.33%
G = 35%
B = 49.67%

CMYK

 C value IS 0.69

 M value IS 0.30

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#2E6995 (or 0x2E6995) is known color: Lochmara. HEX triplet: 2E, 69 and 95. RGB value is (46,105,149). Sum of RGB (Red+Green+Blue) = 46+105+149=300 (39% of max value = 765). Red value is 46 (18.36% from 255 or 15.33% from 300); Green value is 105 (41.41% from 255 or 35% from 300); Blue value is 149 (58.59% from 255 or 49.67% from 300); Max value from RGB is 149 - color contains mainly: blue. Hex color #2E6995 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #2E6995 is #D1966A. Grayscale: #5C5C5C. Windows color (decimal): -13735531 or 9791790. OLE color: 9791790.

HSL color Cylindrical-coordinate representation of color #2E6995: hue angle of 205.63º degrees, saturation: 0.53, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #2E6995 is Cyan = 0.69, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 46 105 149 -
CMYK 0.69 0.30 0 0.42
HSL 205.63º 0.53% 0.38% -
HSV(B) 205.63º 0.69% 0.58% -
XYZ 11.6 12.85 30.3 -
YUV 92.38 159.95 94.92 -
System Red Green Blue C M Y K H S L
Decimal 46 105 149 0.69 0.30 0 0.42 205.63 0.53 0.38
Hex 2E 69 95 45 1E 0 2A CE 35 26
Octal 56 151 225 105 36 0 52 316 65 46
Binary 101110 1101001 10010101 1000101 11110 0 101010 11001110 110101 100110

Color Harmonies of #2E6995

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2E6995

Black with #2E6995

Text Example


Text Example

White with #2E6995

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(46,105,149); }

 H1.HeaderClassName
 {
   color: #2E6995;
 }
 .AnyTagClassName
 {
   color: #2E6995;
 }
</style>

background-color css

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

 a { background-color: rgb(46,105,149); }

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

border-color css

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

 span { border-color: rgb(46,105,149); }

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