#2A7BAB

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

Shades of Lochmara #2A7BAB

Tints of Lochmara #2A7BAB

Color information

#2A7BAB (or 0x2A7BAB) is unknown color: approx Lochmara. HEX triplet: 2A, 7B and AB. RGB value is (42,123,171). Sum of RGB (Red+Green+Blue) = 42+123+171=336 (44% of max value = 765). Red value is 42 (16.80% from 255 or 12.5% from 336); Green value is 123 (48.44% from 255 or 36.61% from 336); Blue value is 171 (67.19% from 255 or 50.89% from 336); Max value from RGB is 171 - color contains mainly: blue. Hex color #2A7BAB is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #2A7BAB is #D58454. Grayscale: #676767. Windows color (decimal): -13993045 or 11238186. OLE color: 11238186.

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

Color convert

RGB42123171-
CMYK0.750.2800.33
HSL202.33º60.56%41.76%-
HSV(B)202.33º75.44%67.06%-
XYZ15.3917.641.11-
YUV104.25165.6683.6-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 12.5%
GREEN value IS 123 (48.44% from 255) = 36.61%
BLUE value IS 171 (67.19% from 255) = 50.89%
R=12.5%
G=36.61%
B=50.89%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal421231710.750.2800.33202.3360.5641.76
Hex2A7BAB4B1C021ca3d2a
Octal52173253113340413127552
Binary101010111101110101011100101111100010000111001010111101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2A7BAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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