Html Css Color HEX #2E7BAE Lochmara

📋 copy color: '#2E7BAE'

red 46 ◦ green 123 ◦ blue 174

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

Shades of Lochmara #2E7BAE

Tints of Lochmara #2E7BAE

RGB

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

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

 BLUE value IS 174 (68.36% from 255) = 50.73%

R = 13.41%
G = 35.86%
B = 50.73%

CMYK

 C value IS 0.74

 M value IS 0.29

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#2E7BAE (or 0x2E7BAE) is known color: Lochmara. HEX triplet: 2E, 7B and AE. RGB value is (46,123,174). Sum of RGB (Red+Green+Blue) = 46+123+174=343 (45% of max value = 765). Red value is 46 (18.36% from 255 or 13.41% from 343); Green value is 123 (48.44% from 255 or 35.86% from 343); Blue value is 174 (68.36% from 255 or 50.73% from 343); Max value from RGB is 174 - color contains mainly: blue. Hex color #2E7BAE is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #2E7BAE is #D18451. Grayscale: #696969. Windows color (decimal): -13730898 or 11434798. OLE color: 11434798.

HSL color Cylindrical-coordinate representation of color #2E7BAE: hue angle of 203.91º degrees, saturation: 0.58, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #2E7BAE is Cyan = 0.74, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 46 123 174 -
CMYK 0.74 0.29 0 0.32
HSL 203.91º 0.58% 0.43% -
HSV(B) 203.91º 0.74% 0.68% -
XYZ 15.85 17.8 42.65 -
YUV 105.79 166.49 85.35 -
System Red Green Blue C M Y K H S L
Decimal 46 123 174 0.74 0.29 0 0.32 203.91 0.58 0.43
Hex 2E 7B AE 4A 1D 0 20 CC 3A 2B
Octal 56 173 256 112 35 0 40 314 72 53
Binary 101110 1111011 10101110 1001010 11101 0 100000 11001100 111010 101011

Color Harmonies of #2E7BAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2E7BAE

Black with #2E7BAE

Text Example


Text Example

White with #2E7BAE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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