#2A69AB

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

Shades of Lochmara #2A69AB

Tints of Lochmara #2A69AB

Color information

#2A69AB (or 0x2A69AB) is unknown color: approx Lochmara. HEX triplet: 2A, 69 and AB. RGB value is (42,105,171). Sum of RGB (Red+Green+Blue) = 42+105+171=318 (42% of max value = 765). Red value is 42 (16.80% from 255 or 13.21% from 318); Green value is 105 (41.41% from 255 or 33.02% from 318); Blue value is 171 (67.19% from 255 or 53.77% from 318); Max value from RGB is 171 - color contains mainly: blue. Hex color #2A69AB is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #2A69AB is #D59654. Grayscale: #5D5D5D. Windows color (decimal): -13997653 or 11233578. OLE color: 11233578.

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

Color convert

RGB42105171-
CMYK0.750.3900.33
HSL210.7º60.56%41.76%-
HSV(B)210.7º75.44%67.06%-
XYZ13.3613.5440.44-
YUV93.69171.6391.13-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 13.21%
GREEN value IS 105 (41.41% from 255) = 33.02%
BLUE value IS 171 (67.19% from 255) = 53.77%
R=13.21%
G=33.02%
B=53.77%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal421051710.750.3900.33210.760.5641.76
Hex2A69AB4B27021d33d2a
Octal52151253113470413237552
Binary1010101101001101010111001011100111010000111010011111101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2A69AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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