Html Css Color HEX #2E76AB Lochmara

📋 copy color: '#2E76AB'

red 46 ◦ green 118 ◦ blue 171

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

Shades of Lochmara #2E76AB

Tints of Lochmara #2E76AB

RGB

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

 GREEN value IS 118 (46.48% from 255) = 35.22%

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

R = 13.73%
G = 35.22%
B = 51.04%

CMYK

 C value IS 0.73

 M value IS 0.31

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#2E76AB (or 0x2E76AB) is known color: Lochmara. HEX triplet: 2E, 76 and AB. RGB value is (46,118,171). Sum of RGB (Red+Green+Blue) = 46+118+171=335 (44% of max value = 765). Red value is 46 (18.36% from 255 or 13.73% from 335); Green value is 118 (46.48% from 255 or 35.22% from 335); Blue value is 171 (67.19% from 255 or 51.04% from 335); Max value from RGB is 171 - color contains mainly: blue. Hex color #2E76AB is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #2E76AB is #D18954. Grayscale: #666666. Windows color (decimal): -13732181 or 11236910. OLE color: 11236910.

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

Color convert

RGB 46 118 171 -
CMYK 0.73 0.31 0 0.33
HSL 205.44º 0.58% 0.43% -
HSV(B) 205.44º 0.73% 0.67% -
XYZ 14.96 16.48 40.92 -
YUV 102.51 166.65 87.69 -
System Red Green Blue C M Y K H S L
Decimal 46 118 171 0.73 0.31 0 0.33 205.44 0.58 0.43
Hex 2E 76 AB 49 1F 0 21 CD 3A 2B
Octal 56 166 253 111 37 0 41 315 72 53
Binary 101110 1110110 10101011 1001001 11111 0 100001 11001101 111010 101011

Color Harmonies of #2E76AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2E76AB

Black with #2E76AB

Text Example


Text Example

White with #2E76AB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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