#2A6DAB

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

Shades of Lochmara #2A6DAB

Tints of Lochmara #2A6DAB

Color information

#2A6DAB (or 0x2A6DAB) is unknown color: approx Lochmara. HEX triplet: 2A, 6D and AB. RGB value is (42,109,171). Sum of RGB (Red+Green+Blue) = 42+109+171=322 (42% of max value = 765). Red value is 42 (16.80% from 255 or 13.04% from 322); Green value is 109 (42.97% from 255 or 33.85% from 322); Blue value is 171 (67.19% from 255 or 53.11% from 322); Max value from RGB is 171 - color contains mainly: blue. Hex color #2A6DAB is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #2A6DAB is #D59254. Grayscale: #5F5F5F. Windows color (decimal): -13996629 or 11234602. OLE color: 11234602.

HSL color Cylindrical-coordinate representation of color #2A6DAB: hue angle of 208.84º degrees, saturation: 0.61, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #2A6DAB is Cyan = 0.75, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB42109171-
CMYK0.750.3600.33
HSL208.84º60.56%41.76%-
HSV(B)208.84º75.44%67.06%-
XYZ13.7714.3740.58-
YUV96.04170.389.46-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 13.04%
GREEN value IS 109 (42.97% from 255) = 33.85%
BLUE value IS 171 (67.19% from 255) = 53.11%
R=13.04%
G=33.85%
B=53.11%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal421091710.750.3600.33208.8460.5641.76
Hex2A6DAB4B24021d13d2a
Octal52155253113440413217552
Binary1010101101101101010111001011100100010000111010001111101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2A6DAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(42,109,171); }

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

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

 a { background-color: rgb(42,109,171); }

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

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

 span { border-color: rgb(42,109,171); }

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