Html Css Color HEX #2E6899 Lochmara

📋 copy color: '#2E6899'

red 46 ◦ green 104 ◦ blue 153

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

Shades of Lochmara #2E6899

Tints of Lochmara #2E6899

RGB

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

 GREEN value IS 104 (41.02% from 255) = 34.32%

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

R = 15.18%
G = 34.32%
B = 50.5%

CMYK

 C value IS 0.70

 M value IS 0.32

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#2E6899 (or 0x2E6899) is known color: Lochmara. HEX triplet: 2E, 68 and 99. RGB value is (46,104,153). Sum of RGB (Red+Green+Blue) = 46+104+153=303 (40% of max value = 765). Red value is 46 (18.36% from 255 or 15.18% from 303); Green value is 104 (41.02% from 255 or 34.32% from 303); Blue value is 153 (60.16% from 255 or 50.50% from 303); Max value from RGB is 153 - color contains mainly: blue. Hex color #2E6899 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #2E6899 is #D19766. Grayscale: #5B5B5B. Windows color (decimal): -13735783 or 10053678. OLE color: 10053678.

HSL color Cylindrical-coordinate representation of color #2E6899: hue angle of 207.48º 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 #2E6899 is Cyan = 0.70, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB 46 104 153 -
CMYK 0.70 0.32 0 0.4
HSL 207.48º 0.54% 0.39% -
HSV(B) 207.48º 0.7% 0.6% -
XYZ 11.83 12.78 31.98 -
YUV 92.24 162.28 95.02 -
System Red Green Blue C M Y K H S L
Decimal 46 104 153 0.70 0.32 0 0.4 207.48 0.54 0.39
Hex 2E 68 99 46 20 0 28 CF 36 27
Octal 56 150 231 106 40 0 50 317 66 47
Binary 101110 1101000 10011001 1000110 100000 0 101000 11001111 110110 100111

Color Harmonies of #2E6899

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2E6899

Black with #2E6899

Text Example


Text Example

White with #2E6899

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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