Html Css Color HEX #2E7197 Lochmara

📋 copy color: '#2E7197'

red 46 ◦ green 113 ◦ blue 151

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

Shades of Lochmara #2E7197

Tints of Lochmara #2E7197

RGB

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

 GREEN value IS 113 (44.53% from 255) = 36.45%

 BLUE value IS 151 (59.38% from 255) = 48.71%

R = 14.84%
G = 36.45%
B = 48.71%

CMYK

 C value IS 0.70

 M value IS 0.25

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#2E7197 (or 0x2E7197) is known color: Lochmara. HEX triplet: 2E, 71 and 97. RGB value is (46,113,151). Sum of RGB (Red+Green+Blue) = 46+113+151=310 (41% of max value = 765). Red value is 46 (18.36% from 255 or 14.84% from 310); Green value is 113 (44.53% from 255 or 36.45% from 310); Blue value is 151 (59.38% from 255 or 48.71% from 310); Max value from RGB is 151 - color contains mainly: blue. Hex color #2E7197 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #2E7197 is #D18E68. Grayscale: #616161. Windows color (decimal): -13733481 or 9924910. OLE color: 9924910.

HSL color Cylindrical-coordinate representation of color #2E7197: hue angle of 201.71º degrees, saturation: 0.53, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #2E7197 is Cyan = 0.70, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 46 113 151 -
CMYK 0.70 0.25 0 0.41
HSL 201.71º 0.53% 0.39% -
HSV(B) 201.71º 0.7% 0.59% -
XYZ 12.62 14.63 31.44 -
YUV 97.3 158.3 91.41 -
System Red Green Blue C M Y K H S L
Decimal 46 113 151 0.70 0.25 0 0.41 201.71 0.53 0.39
Hex 2E 71 97 46 19 0 29 CA 35 27
Octal 56 161 227 106 31 0 51 312 65 47
Binary 101110 1110001 10010111 1000110 11001 0 101001 11001010 110101 100111

Color Harmonies of #2E7197

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2E7197

Black with #2E7197

Text Example


Text Example

White with #2E7197

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(46,113,151); }

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

background-color css

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

 a { background-color: rgb(46,113,151); }

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

border-color css

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

 span { border-color: rgb(46,113,151); }

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