#2A75AA

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

Shades of Lochmara #2A75AA

Tints of Lochmara #2A75AA

Color information

#2A75AA (or 0x2A75AA) is unknown color: approx Lochmara. HEX triplet: 2A, 75 and AA. RGB value is (42,117,170). Sum of RGB (Red+Green+Blue) = 42+117+170=329 (43% of max value = 765). Red value is 42 (16.80% from 255 or 12.77% from 329); Green value is 117 (46.09% from 255 or 35.56% from 329); Blue value is 170 (66.80% from 255 or 51.67% from 329); Max value from RGB is 170 - color contains mainly: blue. Hex color #2A75AA is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #2A75AA is #D58A55. Grayscale: #646464. Windows color (decimal): -13994582 or 11171114. OLE color: 11171114.

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

Color convert

RGB42117170-
CMYK0.750.3100.33
HSL204.84º60.38%41.57%-
HSV(B)204.84º75.29%66.67%-
XYZ14.5716.1240.37-
YUV100.62167.1586.19-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 12.77%
GREEN value IS 117 (46.09% from 255) = 35.56%
BLUE value IS 170 (66.80% from 255) = 51.67%
R=12.77%
G=35.56%
B=51.67%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal421171700.750.3100.33204.8460.3841.57
Hex2A75AA4B1F021cd3c2a
Octal52165252113370413157452
Binary101010111010110101010100101111111010000111001101111100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2A75AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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