Html Css Color HEX #2E769C Lochmara

📋 copy color: '#2E769C'

red 46 ◦ green 118 ◦ blue 156

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

Shades of Lochmara #2E769C

Tints of Lochmara #2E769C

RGB

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

 GREEN value IS 118 (46.48% from 255) = 36.88%

 BLUE value IS 156 (61.33% from 255) = 48.75%

R = 14.38%
G = 36.88%
B = 48.75%

CMYK

 C value IS 0.71

 M value IS 0.24

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#2E769C (or 0x2E769C) is known color: Lochmara. HEX triplet: 2E, 76 and 9C. RGB value is (46,118,156). Sum of RGB (Red+Green+Blue) = 46+118+156=320 (42% of max value = 765). Red value is 46 (18.36% from 255 or 14.38% from 320); Green value is 118 (46.48% from 255 or 36.88% from 320); Blue value is 156 (61.33% from 255 or 48.75% from 320); Max value from RGB is 156 - color contains mainly: blue. Hex color #2E769C is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #2E769C is #D18963. Grayscale: #646464. Windows color (decimal): -13732196 or 10253870. OLE color: 10253870.

HSL color Cylindrical-coordinate representation of color #2E769C: hue angle of 200.73º degrees, saturation: 0.54, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #2E769C is Cyan = 0.71, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 46 118 156 -
CMYK 0.71 0.24 0 0.39
HSL 200.73º 0.54% 0.4% -
HSV(B) 200.73º 0.71% 0.61% -
XYZ 13.61 15.94 33.81 -
YUV 100.8 159.15 88.91 -
System Red Green Blue C M Y K H S L
Decimal 46 118 156 0.71 0.24 0 0.39 200.73 0.54 0.4
Hex 2E 76 9C 47 18 0 27 C9 36 28
Octal 56 166 234 107 30 0 47 311 66 50
Binary 101110 1110110 10011100 1000111 11000 0 100111 11001001 110110 101000

Color Harmonies of #2E769C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2E769C

Black with #2E769C

Text Example


Text Example

White with #2E769C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(46,118,156); }

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

background-color css

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

 a { background-color: rgb(46,118,156); }

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

border-color css

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

 span { border-color: rgb(46,118,156); }

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