#2A6FAA

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

Shades of Lochmara #2A6FAA

Tints of Lochmara #2A6FAA

Color information

#2A6FAA (or 0x2A6FAA) is unknown color: approx Lochmara. HEX triplet: 2A, 6F and AA. RGB value is (42,111,170). Sum of RGB (Red+Green+Blue) = 42+111+170=323 (42% of max value = 765). Red value is 42 (16.80% from 255 or 13.00% from 323); Green value is 111 (43.75% from 255 or 34.37% from 323); Blue value is 170 (66.80% from 255 or 52.63% from 323); Max value from RGB is 170 - color contains mainly: blue. Hex color #2A6FAA is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #2A6FAA is #D59055. Grayscale: #606060. Windows color (decimal): -13996118 or 11169578. OLE color: 11169578.

HSL color Cylindrical-coordinate representation of color #2A6FAA: hue angle of 207.66º degrees, saturation: 0.6, 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 #2A6FAA is Cyan = 0.75, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB42111170-
CMYK0.750.3500.33
HSL207.66º60.38%41.57%-
HSV(B)207.66º75.29%66.67%-
XYZ13.8914.7640.15-
YUV97.1169.1488.7-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 13.00%
GREEN value IS 111 (43.75% from 255) = 34.37%
BLUE value IS 170 (66.80% from 255) = 52.63%
R=13.00%
G=34.37%
B=52.63%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal421111700.750.3500.33207.6660.3841.57
Hex2A6FAA4B23021d03c2a
Octal52157252113430413207452
Binary1010101101111101010101001011100011010000111010000111100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2A6FAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(42,111,170); }

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

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

 a { background-color: rgb(42,111,170); }

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

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

 span { border-color: rgb(42,111,170); }

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