#2E6C99

Color #2E6C99 Lochmara (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Lochmara #2E6C99

Tints of Lochmara #2E6C99

Color information

#2E6C99 (or 0x2E6C99) is unknown color: approx Lochmara. HEX triplet: 2E, 6C and 99. RGB value is (46,108,153). Sum of RGB (Red+Green+Blue) = 46+108+153=307 (40% of max value = 765). Red value is 46 (18.36% from 255 or 14.98% from 307); Green value is 108 (42.58% from 255 or 35.18% from 307); Blue value is 153 (60.16% from 255 or 49.84% from 307); Max value from RGB is 153 - color contains mainly: blue. Hex color #2E6C99 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #2E6C99 is #D19366. Grayscale: #5E5E5E. Windows color (decimal): -13734759 or 10054702. OLE color: 10054702.

HSL color Cylindrical-coordinate representation of color #2E6C99: hue angle of 205.23º 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 #2E6C99 is Cyan = 0.70, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB46108153-
CMYK0.700.2900.4
HSL205.23º53.77%39.02%-
HSV(B)205.23º69.93%60%-
XYZ12.2413.6132.12-
YUV94.59160.9693.34-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 14.98%
GREEN value IS 108 (42.58% from 255) = 35.18%
BLUE value IS 153 (60.16% from 255) = 49.84%
R=14.98%
G=35.18%
B=49.84%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal461081530.700.2900.4205.2353.7739.02
Hex2E6C99461D028cd3627
Octal56154231106350503156647
Binary101110110110010011001100011011101010100011001101110110100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2E6C99

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #2E6C99;
 }
 .AnyTagClassName
 {
   color: #2E6C99;
 }
</style>
background-color css

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

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

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

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

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

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