Html Css Color HEX #2E71AC Lochmara

📋 copy color: '#2E71AC'

red 46 ◦ green 113 ◦ blue 172

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

Shades of Lochmara #2E71AC

Tints of Lochmara #2E71AC

RGB

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

 GREEN value IS 113 (44.53% from 255) = 34.14%

 BLUE value IS 172 (67.58% from 255) = 51.96%

R = 13.9%
G = 34.14%
B = 51.96%

CMYK

 C value IS 0.73

 M value IS 0.34

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#2E71AC (or 0x2E71AC) is known color: Lochmara. HEX triplet: 2E, 71 and AC. RGB value is (46,113,172). Sum of RGB (Red+Green+Blue) = 46+113+172=331 (43% of max value = 765). Red value is 46 (18.36% from 255 or 13.90% from 331); Green value is 113 (44.53% from 255 or 34.14% from 331); Blue value is 172 (67.58% from 255 or 51.96% from 331); Max value from RGB is 172 - color contains mainly: blue. Hex color #2E71AC is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #2E71AC is #D18E53. Grayscale: #636363. Windows color (decimal): -13733460 or 11301166. OLE color: 11301166.

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

Color convert

RGB 46 113 172 -
CMYK 0.73 0.34 0 0.33
HSL 208.1º 0.58% 0.43% -
HSV(B) 208.1º 0.73% 0.67% -
XYZ 14.48 15.37 41.23 -
YUV 99.69 168.8 89.7 -
System Red Green Blue C M Y K H S L
Decimal 46 113 172 0.73 0.34 0 0.33 208.1 0.58 0.43
Hex 2E 71 AC 49 22 0 21 D0 3A 2B
Octal 56 161 254 111 42 0 41 320 72 53
Binary 101110 1110001 10101100 1001001 100010 0 100001 11010000 111010 101011

Color Harmonies of #2E71AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2E71AC

Black with #2E71AC

Text Example


Text Example

White with #2E71AC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(46,113,172); }

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

background-color css

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

 a { background-color: rgb(46,113,172); }

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

border-color css

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

 span { border-color: rgb(46,113,172); }

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