#2e7aad

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

Shades of Lochmara #2E7AAD

Tints of Lochmara #2E7AAD

Color information

#2E7AAD (or 0x2E7AAD) is unknown color: approx Lochmara. HEX triplet: 2E, 7A and AD. RGB value is (46,122,173). Sum of RGB (Red+Green+Blue) = 46+122+173=341 (45% of max value = 765). Red value is 46 (18.36% from 255 or 13.49% from 341); Green value is 122 (48.05% from 255 or 35.78% from 341); Blue value is 173 (67.97% from 255 or 50.73% from 341); Max value from RGB is 173 - color contains mainly: blue. Hex color #2E7AAD is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #2E7AAD is #D18552. Grayscale: #686868. Windows color (decimal): -13731155 or 11369006. OLE color: 11369006.

HSL color Cylindrical-coordinate representation of color #2E7AAD: hue angle of 204.09º degrees, saturation: 0.58, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #2E7AAD is Cyan = 0.73, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB46122173-
CMYK0.730.2900.32
HSL204.09º57.99%42.94%-
HSV(B)204.09º73.41%67.84%-
XYZ15.6317.5242.09-
YUV105.09166.3285.85-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 13.49%
GREEN value IS 122 (48.05% from 255) = 35.78%
BLUE value IS 173 (67.97% from 255) = 50.73%
R=13.49%
G=35.78%
B=50.73%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal461221730.730.2900.32204.0957.9942.94
Hex2E7AAD491D020cc3a2b
Octal56172255111350403147253
Binary101110111101010101101100100111101010000011001100111010101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2e7aad

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(46,122,173); }

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

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

 a { background-color: rgb(46,122,173); }

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

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

 span { border-color: rgb(46,122,173); }

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