Html Css Color HEX #2E6799 Lochmara

📋 copy color: '#2E6799'

red 46 ◦ green 103 ◦ blue 153

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

Shades of Lochmara #2E6799

Tints of Lochmara #2E6799

RGB

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

 GREEN value IS 103 (40.63% from 255) = 34.11%

 BLUE value IS 153 (60.16% from 255) = 50.66%

R = 15.23%
G = 34.11%
B = 50.66%

CMYK

 C value IS 0.70

 M value IS 0.33

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#2E6799 (or 0x2E6799) is known color: Lochmara. HEX triplet: 2E, 67 and 99. RGB value is (46,103,153). Sum of RGB (Red+Green+Blue) = 46+103+153=302 (40% of max value = 765). Red value is 46 (18.36% from 255 or 15.23% from 302); Green value is 103 (40.62% from 255 or 34.11% from 302); Blue value is 153 (60.16% from 255 or 50.66% from 302); Max value from RGB is 153 - color contains mainly: blue. Hex color #2E6799 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #2E6799 is #D19866. Grayscale: #5B5B5B. Windows color (decimal): -13736039 or 10053422. OLE color: 10053422.

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

Color convert

RGB 46 103 153 -
CMYK 0.70 0.33 0 0.4
HSL 208.04º 0.54% 0.39% -
HSV(B) 208.04º 0.7% 0.6% -
XYZ 11.73 12.58 31.95 -
YUV 91.66 162.62 95.43 -
System Red Green Blue C M Y K H S L
Decimal 46 103 153 0.70 0.33 0 0.4 208.04 0.54 0.39
Hex 2E 67 99 46 21 0 28 D0 36 27
Octal 56 147 231 106 41 0 50 320 66 47
Binary 101110 1100111 10011001 1000110 100001 0 101000 11010000 110110 100111

Color Harmonies of #2E6799

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2E6799

Black with #2E6799

Text Example


Text Example

White with #2E6799

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(46,103,153); }

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

background-color css

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

 a { background-color: rgb(46,103,153); }

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

border-color css

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

 span { border-color: rgb(46,103,153); }

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