Html Css Color HEX #2E799D Lochmara

📋 copy color: '#2E799D'

red 46 ◦ green 121 ◦ blue 157

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

Shades of Lochmara #2E799D

Tints of Lochmara #2E799D

RGB

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

 GREEN value IS 121 (47.66% from 255) = 37.35%

 BLUE value IS 157 (61.72% from 255) = 48.46%

R = 14.2%
G = 37.35%
B = 48.46%

CMYK

 C value IS 0.71

 M value IS 0.23

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#2E799D (or 0x2E799D) is known color: Lochmara. HEX triplet: 2E, 79 and 9D. RGB value is (46,121,157). Sum of RGB (Red+Green+Blue) = 46+121+157=324 (42% of max value = 765). Red value is 46 (18.36% from 255 or 14.20% from 324); Green value is 121 (47.66% from 255 or 37.35% from 324); Blue value is 157 (61.72% from 255 or 48.46% from 324); Max value from RGB is 157 - color contains mainly: blue. Hex color #2E799D is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #2E799D is #D18662. Grayscale: #666666. Windows color (decimal): -13731427 or 10320174. OLE color: 10320174.

HSL color Cylindrical-coordinate representation of color #2E799D: hue angle of 199.46º 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 #2E799D is Cyan = 0.71, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 46 121 157 -
CMYK 0.71 0.23 0 0.38
HSL 199.46º 0.55% 0.4% -
HSV(B) 199.46º 0.71% 0.62% -
XYZ 14.05 16.69 34.38 -
YUV 102.68 158.65 87.57 -
System Red Green Blue C M Y K H S L
Decimal 46 121 157 0.71 0.23 0 0.38 199.46 0.55 0.4
Hex 2E 79 9D 47 17 0 26 C7 37 28
Octal 56 171 235 107 27 0 46 307 67 50
Binary 101110 1111001 10011101 1000111 10111 0 100110 11000111 110111 101000

Color Harmonies of #2E799D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2E799D

Black with #2E799D

Text Example


Text Example

White with #2E799D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(46,121,157); }

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

background-color css

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

 a { background-color: rgb(46,121,157); }

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

border-color css

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

 span { border-color: rgb(46,121,157); }

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