Html Css Color HEX #2E6C93 Lochmara

📋 copy color: '#2E6C93'

red 46 ◦ green 108 ◦ blue 147

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

Shades of Lochmara #2E6C93

Tints of Lochmara #2E6C93

RGB

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

 GREEN value IS 108 (42.58% from 255) = 35.88%

 BLUE value IS 147 (57.81% from 255) = 48.84%

R = 15.28%
G = 35.88%
B = 48.84%

CMYK

 C value IS 0.69

 M value IS 0.27

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#2E6C93 (or 0x2E6C93) is known color: Lochmara. HEX triplet: 2E, 6C and 93. RGB value is (46,108,147). Sum of RGB (Red+Green+Blue) = 46+108+147=301 (39% of max value = 765). Red value is 46 (18.36% from 255 or 15.28% from 301); Green value is 108 (42.58% from 255 or 35.88% from 301); Blue value is 147 (57.81% from 255 or 48.84% from 301); Max value from RGB is 147 - color contains mainly: blue. Hex color #2E6C93 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #2E6C93 is #D1936C. Grayscale: #5D5D5D. Windows color (decimal): -13734765 or 9661486. OLE color: 9661486.

HSL color Cylindrical-coordinate representation of color #2E6C93: hue angle of 203.17º degrees, saturation: 0.52, 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 #2E6C93 is Cyan = 0.69, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 46 108 147 -
CMYK 0.69 0.27 0 0.42
HSL 203.17º 0.52% 0.38% -
HSV(B) 203.17º 0.69% 0.58% -
XYZ 11.76 13.41 29.57 -
YUV 93.91 157.96 93.83 -
System Red Green Blue C M Y K H S L
Decimal 46 108 147 0.69 0.27 0 0.42 203.17 0.52 0.38
Hex 2E 6C 93 45 1B 0 2A CB 34 26
Octal 56 154 223 105 33 0 52 313 64 46
Binary 101110 1101100 10010011 1000101 11011 0 101010 11001011 110100 100110

Color Harmonies of #2E6C93

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2E6C93

Black with #2E6C93

Text Example


Text Example

White with #2E6C93

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(46,108,147); }

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

background-color css

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

 a { background-color: rgb(46,108,147); }

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

border-color css

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

 span { border-color: rgb(46,108,147); }

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