#2A6FAB

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

Shades of Lochmara #2A6FAB

Tints of Lochmara #2A6FAB

Color information

#2A6FAB (or 0x2A6FAB) is unknown color: approx Lochmara. HEX triplet: 2A, 6F and AB. RGB value is (42,111,171). Sum of RGB (Red+Green+Blue) = 42+111+171=324 (42% of max value = 765). Red value is 42 (16.80% from 255 or 12.96% from 324); Green value is 111 (43.75% from 255 or 34.26% from 324); Blue value is 171 (67.19% from 255 or 52.78% from 324); Max value from RGB is 171 - color contains mainly: blue. Hex color #2A6FAB is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #2A6FAB is #D59054. Grayscale: #606060. Windows color (decimal): -13996117 or 11235114. OLE color: 11235114.

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

Color convert

RGB42111171-
CMYK0.750.3500.33
HSL207.91º60.56%41.76%-
HSV(B)207.91º75.44%67.06%-
XYZ13.9914.840.65-
YUV97.21169.6488.62-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 12.96%
GREEN value IS 111 (43.75% from 255) = 34.26%
BLUE value IS 171 (67.19% from 255) = 52.78%
R=12.96%
G=34.26%
B=52.78%

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
Decimal421111710.750.3500.33207.9160.5641.76
Hex2A6FAB4B23021d03d2a
Octal52157253113430413207552
Binary1010101101111101010111001011100011010000111010000111101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2A6FAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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