Html Css Color HEX #2E6A95 Lochmara

📋 copy color: '#2E6A95'

red 46 ◦ green 106 ◦ blue 149

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

Shades of Lochmara #2E6A95

Tints of Lochmara #2E6A95

RGB

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

 GREEN value IS 106 (41.8% from 255) = 35.22%

 BLUE value IS 149 (58.59% from 255) = 49.5%

R = 15.28%
G = 35.22%
B = 49.5%

CMYK

 C value IS 0.69

 M value IS 0.29

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#2E6A95 (or 0x2E6A95) is known color: Lochmara. HEX triplet: 2E, 6A and 95. RGB value is (46,106,149). Sum of RGB (Red+Green+Blue) = 46+106+149=301 (39% of max value = 765). Red value is 46 (18.36% from 255 or 15.28% from 301); Green value is 106 (41.80% from 255 or 35.22% from 301); Blue value is 149 (58.59% from 255 or 49.50% from 301); Max value from RGB is 149 - color contains mainly: blue. Hex color #2E6A95 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #2E6A95 is #D1956A. Grayscale: #5C5C5C. Windows color (decimal): -13735275 or 9792046. OLE color: 9792046.

HSL color Cylindrical-coordinate representation of color #2E6A95: hue angle of 205.05º degrees, saturation: 0.53, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #2E6A95 is Cyan = 0.69, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 46 106 149 -
CMYK 0.69 0.29 0 0.42
HSL 205.05º 0.53% 0.38% -
HSV(B) 205.05º 0.69% 0.58% -
XYZ 11.71 13.06 30.34 -
YUV 92.96 159.62 94.5 -
System Red Green Blue C M Y K H S L
Decimal 46 106 149 0.69 0.29 0 0.42 205.05 0.53 0.38
Hex 2E 6A 95 45 1D 0 2A CD 35 26
Octal 56 152 225 105 35 0 52 315 65 46
Binary 101110 1101010 10010101 1000101 11101 0 101010 11001101 110101 100110

Color Harmonies of #2E6A95

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2E6A95

Black with #2E6A95

Text Example


Text Example

White with #2E6A95

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(46,106,149); }

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

background-color css

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

 a { background-color: rgb(46,106,149); }

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

border-color css

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

 span { border-color: rgb(46,106,149); }

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