Html Css Color HEX #2E679F Lochmara

📋 copy color: '#2E679F'

red 46 ◦ green 103 ◦ blue 159

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

Shades of Lochmara #2E679F

Tints of Lochmara #2E679F

RGB

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

 GREEN value IS 103 (40.63% from 255) = 33.44%

 BLUE value IS 159 (62.5% from 255) = 51.62%

R = 14.94%
G = 33.44%
B = 51.62%

CMYK

 C value IS 0.71

 M value IS 0.35

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#2E679F (or 0x2E679F) is known color: Lochmara. HEX triplet: 2E, 67 and 9F. RGB value is (46,103,159). Sum of RGB (Red+Green+Blue) = 46+103+159=308 (40% of max value = 765). Red value is 46 (18.36% from 255 or 14.94% from 308); Green value is 103 (40.62% from 255 or 33.44% from 308); Blue value is 159 (62.5% from 255 or 51.62% from 308); Max value from RGB is 159 - color contains mainly: blue. Hex color #2E679F is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #2E679F is #D19860. Grayscale: #5C5C5C. Windows color (decimal): -13736033 or 10446638. OLE color: 10446638.

HSL color Cylindrical-coordinate representation of color #2E679F: hue angle of 209.73º degrees, saturation: 0.55, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #2E679F is Cyan = 0.71, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 46 103 159 -
CMYK 0.71 0.35 0 0.38
HSL 209.73º 0.55% 0.4% -
HSV(B) 209.73º 0.71% 0.62% -
XYZ 12.23 12.78 34.62 -
YUV 92.34 165.62 94.95 -
System Red Green Blue C M Y K H S L
Decimal 46 103 159 0.71 0.35 0 0.38 209.73 0.55 0.4
Hex 2E 67 9F 47 23 0 26 D2 37 28
Octal 56 147 237 107 43 0 46 322 67 50
Binary 101110 1100111 10011111 1000111 100011 0 100110 11010010 110111 101000

Color Harmonies of #2E679F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2E679F

Black with #2E679F

Text Example


Text Example

White with #2E679F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(46,103,159); }

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

background-color css

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

 a { background-color: rgb(46,103,159); }

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

border-color css

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

 span { border-color: rgb(46,103,159); }

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