Html Css Color HEX #2E6DBA Lochmara

📋 copy color: '#2E6DBA'

red 46 ◦ green 109 ◦ blue 186

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

Shades of Lochmara #2E6DBA

Tints of Lochmara #2E6DBA

RGB

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

 GREEN value IS 109 (42.97% from 255) = 31.96%

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

R = 13.49%
G = 31.96%
B = 54.55%

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

#2E6DBA (or 0x2E6DBA) is known color: Lochmara. HEX triplet: 2E, 6D and BA. RGB value is (46,109,186). Sum of RGB (Red+Green+Blue) = 46+109+186=341 (45% of max value = 765). Red value is 46 (18.36% from 255 or 13.49% from 341); Green value is 109 (42.97% from 255 or 31.96% from 341); Blue value is 186 (73.05% from 255 or 54.55% from 341); Max value from RGB is 186 - color contains mainly: blue. Hex color #2E6DBA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2E6DBA is #D19245. Grayscale: #626262. Windows color (decimal): -13734470 or 12217646. OLE color: 12217646.

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

Color convert

RGB 46 109 186 -
CMYK 0.75 0.41 0 0.27
HSL 213º 0.6% 0.45% -
HSV(B) 213º 0.75% 0.73% -
XYZ 15.46 15.06 48.55 -
YUV 98.94 177.13 90.24 -
System Red Green Blue C M Y K H S L
Decimal 46 109 186 0.75 0.41 0 0.27 213 0.6 0.45
Hex 2E 6D BA 4B 29 0 1B D5 3C 2D
Octal 56 155 272 113 51 0 33 325 74 55
Binary 101110 1101101 10111010 1001011 101001 0 11011 11010101 111100 101101

Color Harmonies of #2E6DBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2E6DBA

Black with #2E6DBA

Text Example


Text Example

White with #2E6DBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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