Html Css Color HEX #2E6EBA Lochmara

📋 copy color: '#2E6EBA'

red 46 ◦ green 110 ◦ blue 186

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

Shades of Lochmara #2E6EBA

Tints of Lochmara #2E6EBA

RGB

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

 GREEN value IS 110 (43.36% from 255) = 32.16%

 BLUE value IS 186 (73.05% from 255) = 54.39%

R = 13.45%
G = 32.16%
B = 54.39%

CMYK

 C value IS 0.75

 M value IS 0.41

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#2E6EBA (or 0x2E6EBA) is known color: Lochmara. HEX triplet: 2E, 6E and BA. RGB value is (46,110,186). Sum of RGB (Red+Green+Blue) = 46+110+186=342 (45% of max value = 765). Red value is 46 (18.36% from 255 or 13.45% from 342); Green value is 110 (43.36% from 255 or 32.16% from 342); Blue value is 186 (73.05% from 255 or 54.39% from 342); Max value from RGB is 186 - color contains mainly: blue. Hex color #2E6EBA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2E6EBA is #D19145. Grayscale: #636363. Windows color (decimal): -13734214 or 12217902. OLE color: 12217902.

HSL color Cylindrical-coordinate representation of color #2E6EBA: hue angle of 212.57º degrees, saturation: 0.6, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #2E6EBA is Cyan = 0.75, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 46 110 186 -
CMYK 0.75 0.41 0 0.27
HSL 212.57º 0.6% 0.45% -
HSV(B) 212.57º 0.75% 0.73% -
XYZ 15.57 15.28 48.58 -
YUV 99.53 176.8 89.82 -
System Red Green Blue C M Y K H S L
Decimal 46 110 186 0.75 0.41 0 0.27 212.57 0.6 0.45
Hex 2E 6E BA 4B 29 0 1B D5 3C 2D
Octal 56 156 272 113 51 0 33 325 74 55
Binary 101110 1101110 10111010 1001011 101001 0 11011 11010101 111100 101101

Color Harmonies of #2E6EBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2E6EBA

Black with #2E6EBA

Text Example


Text Example

White with #2E6EBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(46,110,186); }

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

background-color css

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

 a { background-color: rgb(46,110,186); }

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

border-color css

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

 span { border-color: rgb(46,110,186); }

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