Html Css Color HEX #2E73AB Lochmara

📋 copy color: '#2E73AB'

red 46 ◦ green 115 ◦ blue 171

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

Shades of Lochmara #2E73AB

Tints of Lochmara #2E73AB

RGB

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

 GREEN value IS 115 (45.31% from 255) = 34.64%

 BLUE value IS 171 (67.19% from 255) = 51.51%

R = 13.86%
G = 34.64%
B = 51.51%

CMYK

 C value IS 0.73

 M value IS 0.33

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#2E73AB (or 0x2E73AB) is known color: Lochmara. HEX triplet: 2E, 73 and AB. RGB value is (46,115,171). Sum of RGB (Red+Green+Blue) = 46+115+171=332 (43% of max value = 765). Red value is 46 (18.36% from 255 or 13.86% from 332); Green value is 115 (45.31% from 255 or 34.64% from 332); Blue value is 171 (67.19% from 255 or 51.51% from 332); Max value from RGB is 171 - color contains mainly: blue. Hex color #2E73AB is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #2E73AB is #D18C54. Grayscale: #646464. Windows color (decimal): -13732949 or 11236142. OLE color: 11236142.

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

Color convert

RGB 46 115 171 -
CMYK 0.73 0.33 0 0.33
HSL 206.88º 0.58% 0.43% -
HSV(B) 206.88º 0.73% 0.67% -
XYZ 14.61 15.78 40.8 -
YUV 100.75 167.64 88.95 -
System Red Green Blue C M Y K H S L
Decimal 46 115 171 0.73 0.33 0 0.33 206.88 0.58 0.43
Hex 2E 73 AB 49 21 0 21 CF 3A 2B
Octal 56 163 253 111 41 0 41 317 72 53
Binary 101110 1110011 10101011 1001001 100001 0 100001 11001111 111010 101011

Color Harmonies of #2E73AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2E73AB

Black with #2E73AB

Text Example


Text Example

White with #2E73AB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(46,115,171); }

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

background-color css

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

 a { background-color: rgb(46,115,171); }

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

border-color css

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

 span { border-color: rgb(46,115,171); }

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