Html Css Color HEX #2E7BAA Lochmara

📋 copy color: '#2E7BAA'

red 46 ◦ green 123 ◦ blue 170

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

Shades of Lochmara #2E7BAA

Tints of Lochmara #2E7BAA

RGB

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

 GREEN value IS 123 (48.44% from 255) = 36.28%

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

R = 13.57%
G = 36.28%
B = 50.15%

CMYK

 C value IS 0.73

 M value IS 0.28

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#2E7BAA (or 0x2E7BAA) is known color: Lochmara. HEX triplet: 2E, 7B and AA. RGB value is (46,123,170). Sum of RGB (Red+Green+Blue) = 46+123+170=339 (44% of max value = 765). Red value is 46 (18.36% from 255 or 13.57% from 339); Green value is 123 (48.44% from 255 or 36.28% from 339); Blue value is 170 (66.80% from 255 or 50.15% from 339); Max value from RGB is 170 - color contains mainly: blue. Hex color #2E7BAA is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #2E7BAA is #D18455. Grayscale: #696969. Windows color (decimal): -13730902 or 11172654. OLE color: 11172654.

HSL color Cylindrical-coordinate representation of color #2E7BAA: hue angle of 202.74º 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 #2E7BAA is Cyan = 0.73, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 46 123 170 -
CMYK 0.73 0.28 0 0.33
HSL 202.74º 0.57% 0.42% -
HSV(B) 202.74º 0.73% 0.67% -
XYZ 15.47 17.65 40.62 -
YUV 105.34 164.49 85.68 -
System Red Green Blue C M Y K H S L
Decimal 46 123 170 0.73 0.28 0 0.33 202.74 0.57 0.42
Hex 2E 7B AA 49 1C 0 21 CB 39 2A
Octal 56 173 252 111 34 0 41 313 71 52
Binary 101110 1111011 10101010 1001001 11100 0 100001 11001011 111001 101010

Color Harmonies of #2E7BAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2E7BAA

Black with #2E7BAA

Text Example


Text Example

White with #2E7BAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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