Html Css Color HEX #2E6599 Lochmara

📋 copy color: '#2E6599'

red 46 ◦ green 101 ◦ blue 153

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

Shades of Lochmara #2E6599

Tints of Lochmara #2E6599

RGB

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

 GREEN value IS 101 (39.84% from 255) = 33.67%

 BLUE value IS 153 (60.16% from 255) = 51%

R = 15.33%
G = 33.67%
B = 51%

CMYK

 C value IS 0.70

 M value IS 0.34

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#2E6599 (or 0x2E6599) is known color: Lochmara. HEX triplet: 2E, 65 and 99. RGB value is (46,101,153). Sum of RGB (Red+Green+Blue) = 46+101+153=300 (39% of max value = 765). Red value is 46 (18.36% from 255 or 15.33% from 300); Green value is 101 (39.84% from 255 or 33.67% from 300); Blue value is 153 (60.16% from 255 or 51% from 300); Max value from RGB is 153 - color contains mainly: blue. Hex color #2E6599 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #2E6599 is #D19A66. Grayscale: #5A5A5A. Windows color (decimal): -13736551 or 10052910. OLE color: 10052910.

HSL color Cylindrical-coordinate representation of color #2E6599: hue angle of 209.16º degrees, saturation: 0.54, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #2E6599 is Cyan = 0.70, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB 46 101 153 -
CMYK 0.70 0.34 0 0.4
HSL 209.16º 0.54% 0.39% -
HSV(B) 209.16º 0.7% 0.6% -
XYZ 11.53 12.19 31.88 -
YUV 90.48 163.28 96.27 -
System Red Green Blue C M Y K H S L
Decimal 46 101 153 0.70 0.34 0 0.4 209.16 0.54 0.39
Hex 2E 65 99 46 22 0 28 D1 36 27
Octal 56 145 231 106 42 0 50 321 66 47
Binary 101110 1100101 10011001 1000110 100010 0 101000 11010001 110110 100111

Color Harmonies of #2E6599

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2E6599

Black with #2E6599

Text Example


Text Example

White with #2E6599

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(46,101,153); }

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

background-color css

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

 a { background-color: rgb(46,101,153); }

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

border-color css

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

 span { border-color: rgb(46,101,153); }

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