Html Css Color HEX #2E6FBB Lochmara

📋 copy color: '#2E6FBB'

red 46 ◦ green 111 ◦ blue 187

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

Shades of Lochmara #2E6FBB

Tints of Lochmara #2E6FBB

RGB

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

 GREEN value IS 111 (43.75% from 255) = 32.27%

 BLUE value IS 187 (73.44% from 255) = 54.36%

R = 13.37%
G = 32.27%
B = 54.36%

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

#2E6FBB (or 0x2E6FBB) is known color: Lochmara. HEX triplet: 2E, 6F and BB. RGB value is (46,111,187). Sum of RGB (Red+Green+Blue) = 46+111+187=344 (45% of max value = 765). Red value is 46 (18.36% from 255 or 13.37% from 344); Green value is 111 (43.75% from 255 or 32.27% from 344); Blue value is 187 (73.44% from 255 or 54.36% from 344); Max value from RGB is 187 - color contains mainly: blue. Hex color #2E6FBB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2E6FBB is #D19044. Grayscale: #636363. Windows color (decimal): -13733957 or 12283694. OLE color: 12283694.

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

Color convert

RGB 46 111 187 -
CMYK 0.75 0.41 0 0.27
HSL 212.34º 0.61% 0.46% -
HSV(B) 212.34º 0.75% 0.73% -
XYZ 15.78 15.54 49.18 -
YUV 100.23 176.97 89.32 -
System Red Green Blue C M Y K H S L
Decimal 46 111 187 0.75 0.41 0 0.27 212.34 0.61 0.46
Hex 2E 6F BB 4B 29 0 1B D4 3D 2E
Octal 56 157 273 113 51 0 33 324 75 56
Binary 101110 1101111 10111011 1001011 101001 0 11011 11010100 111101 101110

Color Harmonies of #2E6FBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2E6FBB

Black with #2E6FBB

Text Example


Text Example

White with #2E6FBB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(46,111,187); }

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

background-color css

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

 a { background-color: rgb(46,111,187); }

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

border-color css

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

 span { border-color: rgb(46,111,187); }

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