#2A6AAE

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

Shades of Lochmara #2A6AAE

Tints of Lochmara #2A6AAE

Color information

#2A6AAE (or 0x2A6AAE) is unknown color: approx Lochmara. HEX triplet: 2A, 6A and AE. RGB value is (42,106,174). Sum of RGB (Red+Green+Blue) = 42+106+174=322 (42% of max value = 765). Red value is 42 (16.80% from 255 or 13.04% from 322); Green value is 106 (41.80% from 255 or 32.92% from 322); Blue value is 174 (68.36% from 255 or 54.04% from 322); Max value from RGB is 174 - color contains mainly: blue. Hex color #2A6AAE is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #2A6AAE is #D59551. Grayscale: #5E5E5E. Windows color (decimal): -13997394 or 11430442. OLE color: 11430442.

HSL color Cylindrical-coordinate representation of color #2A6AAE: hue angle of 210.91º degrees, saturation: 0.61, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #2A6AAE is Cyan = 0.76, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB42106174-
CMYK0.760.3900.32
HSL210.91º61.11%42.35%-
HSV(B)210.91º75.86%68.24%-
XYZ13.7513.8641.99-
YUV94.62172.890.47-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 13.04%
GREEN value IS 106 (41.80% from 255) = 32.92%
BLUE value IS 174 (68.36% from 255) = 54.04%
R=13.04%
G=32.92%
B=54.04%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal421061740.760.3900.32210.9161.1142.35
Hex2A6AAE4C27020d33d2a
Octal52152256114470403237552
Binary1010101101010101011101001100100111010000011010011111101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2A6AAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(42,106,174); }

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

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

 a { background-color: rgb(42,106,174); }

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

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

 span { border-color: rgb(42,106,174); }

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