Html Css Color HEX #2E7CAB Lochmara

📋 copy color: '#2E7CAB'

red 46 ◦ green 124 ◦ blue 171

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

Shades of Lochmara #2E7CAB

Tints of Lochmara #2E7CAB

RGB

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

 GREEN value IS 124 (48.83% from 255) = 36.36%

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

R = 13.49%
G = 36.36%
B = 50.15%

CMYK

 C value IS 0.73

 M value IS 0.27

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#2E7CAB (or 0x2E7CAB) is known color: Lochmara. HEX triplet: 2E, 7C and AB. RGB value is (46,124,171). Sum of RGB (Red+Green+Blue) = 46+124+171=341 (45% of max value = 765). Red value is 46 (18.36% from 255 or 13.49% from 341); Green value is 124 (48.83% from 255 or 36.36% from 341); Blue value is 171 (67.19% from 255 or 50.15% from 341); Max value from RGB is 171 - color contains mainly: blue. Hex color #2E7CAB is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #2E7CAB is #D18354. Grayscale: #696969. Windows color (decimal): -13730645 or 11238446. OLE color: 11238446.

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

Color convert

RGB 46 124 171 -
CMYK 0.73 0.27 0 0.33
HSL 202.56º 0.58% 0.43% -
HSV(B) 202.56º 0.73% 0.67% -
XYZ 15.69 17.94 41.16 -
YUV 106.04 164.66 85.18 -
System Red Green Blue C M Y K H S L
Decimal 46 124 171 0.73 0.27 0 0.33 202.56 0.58 0.43
Hex 2E 7C AB 49 1B 0 21 CB 3A 2B
Octal 56 174 253 111 33 0 41 313 72 53
Binary 101110 1111100 10101011 1001001 11011 0 100001 11001011 111010 101011

Color Harmonies of #2E7CAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2E7CAB

Black with #2E7CAB

Text Example


Text Example

White with #2E7CAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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