Html Css Color HEX #2E77AA Lochmara

📋 copy color: '#2E77AA'

red 46 ◦ green 119 ◦ blue 170

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

Shades of Lochmara #2E77AA

Tints of Lochmara #2E77AA

RGB

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

 GREEN value IS 119 (46.88% from 255) = 35.52%

 BLUE value IS 170 (66.8% from 255) = 50.75%

R = 13.73%
G = 35.52%
B = 50.75%

CMYK

 C value IS 0.73

 M value IS 0.3

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#2E77AA (or 0x2E77AA) is known color: Lochmara. HEX triplet: 2E, 77 and AA. RGB value is (46,119,170). Sum of RGB (Red+Green+Blue) = 46+119+170=335 (44% of max value = 765). Red value is 46 (18.36% from 255 or 13.73% from 335); Green value is 119 (46.88% from 255 or 35.52% from 335); Blue value is 170 (66.80% from 255 or 50.75% from 335); Max value from RGB is 170 - color contains mainly: blue. Hex color #2E77AA is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #2E77AA is #D18855. Grayscale: #666666. Windows color (decimal): -13731926 or 11171630. OLE color: 11171630.

HSL color Cylindrical-coordinate representation of color #2E77AA: hue angle of 204.68º degrees, saturation: 0.57, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #2E77AA is Cyan = 0.73, Magento = 0.3, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 46 119 170 -
CMYK 0.73 0.3 0 0.33
HSL 204.68º 0.57% 0.42% -
HSV(B) 204.68º 0.73% 0.67% -
XYZ 14.98 16.68 40.46 -
YUV 102.99 165.82 87.35 -
System Red Green Blue C M Y K H S L
Decimal 46 119 170 0.73 0.3 0 0.33 204.68 0.57 0.42
Hex 2E 77 AA 49 1E 0 21 CD 39 2A
Octal 56 167 252 111 36 0 41 315 71 52
Binary 101110 1110111 10101010 1001001 11110 0 100001 11001101 111001 101010

Color Harmonies of #2E77AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2E77AA

Black with #2E77AA

Text Example


Text Example

White with #2E77AA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(46,119,170); }

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

background-color css

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

 a { background-color: rgb(46,119,170); }

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

border-color css

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

 span { border-color: rgb(46,119,170); }

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