Html Css Color HEX #2E7AAB Lochmara

📋 copy color: '#2E7AAB'

red 46 ◦ green 122 ◦ blue 171

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

Shades of Lochmara #2E7AAB

Tints of Lochmara #2E7AAB

RGB

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

 GREEN value IS 122 (48.05% from 255) = 35.99%

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

R = 13.57%
G = 35.99%
B = 50.44%

CMYK

 C value IS 0.73

 M value IS 0.29

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#2E7AAB (or 0x2E7AAB) is known color: Lochmara. HEX triplet: 2E, 7A and AB. RGB value is (46,122,171). Sum of RGB (Red+Green+Blue) = 46+122+171=339 (44% of max value = 765). Red value is 46 (18.36% from 255 or 13.57% from 339); Green value is 122 (48.05% from 255 or 35.99% from 339); Blue value is 171 (67.19% from 255 or 50.44% from 339); Max value from RGB is 171 - color contains mainly: blue. Hex color #2E7AAB is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #2E7AAB is #D18554. Grayscale: #686868. Windows color (decimal): -13731157 or 11237934. OLE color: 11237934.

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

Color convert

RGB 46 122 171 -
CMYK 0.73 0.29 0 0.33
HSL 203.52º 0.58% 0.43% -
HSV(B) 203.52º 0.73% 0.67% -
XYZ 15.44 17.44 41.08 -
YUV 104.86 165.32 86.02 -
System Red Green Blue C M Y K H S L
Decimal 46 122 171 0.73 0.29 0 0.33 203.52 0.58 0.43
Hex 2E 7A AB 49 1D 0 21 CC 3A 2B
Octal 56 172 253 111 35 0 41 314 72 53
Binary 101110 1111010 10101011 1001001 11101 0 100001 11001100 111010 101011

Color Harmonies of #2E7AAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2E7AAB

Black with #2E7AAB

Text Example


Text Example

White with #2E7AAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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