#2e669e

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

Shades of Lochmara #2E669E

Tints of Lochmara #2E669E

Color information

#2E669E (or 0x2E669E) is unknown color: approx Lochmara. HEX triplet: 2E, 66 and 9E. RGB value is (46,102,158). Sum of RGB (Red+Green+Blue) = 46+102+158=306 (40% of max value = 765). Red value is 46 (18.36% from 255 or 15.03% from 306); Green value is 102 (40.23% from 255 or 33.33% from 306); Blue value is 158 (62.11% from 255 or 51.63% from 306); Max value from RGB is 158 - color contains mainly: blue. Hex color #2E669E is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #2E669E is #D19961. Grayscale: #5B5B5B. Windows color (decimal): -13736290 or 10380846. OLE color: 10380846.

HSL color Cylindrical-coordinate representation of color #2E669E: hue angle of 210º 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 #2E669E is Cyan = 0.71, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB46102158-
CMYK0.710.3500.38
HSL210º54.9%40%-
HSV(B)210º70.89%61.96%-
XYZ12.0512.5534.14-
YUV91.64165.4595.45-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 15.03%
GREEN value IS 102 (40.23% from 255) = 33.33%
BLUE value IS 158 (62.11% from 255) = 51.63%
R=15.03%
G=33.33%
B=51.63%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal461021580.710.3500.3821054.940
Hex2E669E4723026d23728
Octal56146236107430463226750
Binary1011101100110100111101000111100011010011011010010110111101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2e669e

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(46,102,158); }

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

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

 a { background-color: rgb(46,102,158); }

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

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

 span { border-color: rgb(46,102,158); }

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