#2A5FAB

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

Shades of Lochmara #2A5FAB

Tints of Lochmara #2A5FAB

Color information

#2A5FAB (or 0x2A5FAB) is unknown color: approx Lochmara. HEX triplet: 2A, 5F and AB. RGB value is (42,95,171). Sum of RGB (Red+Green+Blue) = 42+95+171=308 (40% of max value = 765). Red value is 42 (16.80% from 255 or 13.64% from 308); Green value is 95 (37.5% from 255 or 30.84% from 308); Blue value is 171 (67.19% from 255 or 55.52% from 308); Max value from RGB is 171 - color contains mainly: blue. Hex color #2A5FAB is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #2A5FAB is #D5A054. Grayscale: #575757. Windows color (decimal): -14000213 or 11231018. OLE color: 11231018.

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

Color convert

RGB4295171-
CMYK0.750.4400.33
HSL215.35º60.56%41.76%-
HSV(B)215.35º75.44%67.06%-
XYZ12.411.6240.12-
YUV87.82174.9495.32-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 13.64%
GREEN value IS 95 (37.5% from 255) = 30.84%
BLUE value IS 171 (67.19% from 255) = 55.52%
R=13.64%
G=30.84%
B=55.52%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal42951710.750.4400.33215.3560.5641.76
Hex2A5FAB4B2C021d73d2a
Octal52137253113540413277552
Binary1010101011111101010111001011101100010000111010111111101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2A5FAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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