#2A62AA

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

Shades of Lochmara #2A62AA

Tints of Lochmara #2A62AA

Color information

#2A62AA (or 0x2A62AA) is unknown color: approx Lochmara. HEX triplet: 2A, 62 and AA. RGB value is (42,98,170). Sum of RGB (Red+Green+Blue) = 42+98+170=310 (41% of max value = 765). Red value is 42 (16.80% from 255 or 13.55% from 310); Green value is 98 (38.67% from 255 or 31.61% from 310); Blue value is 170 (66.80% from 255 or 54.84% from 310); Max value from RGB is 170 - color contains mainly: blue. Hex color #2A62AA is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #2A62AA is #D59D55. Grayscale: #595959. Windows color (decimal): -13999446 or 11166250. OLE color: 11166250.

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

Color convert

RGB4298170-
CMYK0.750.4200.33
HSL213.75º60.38%41.57%-
HSV(B)213.75º75.29%66.67%-
XYZ12.5812.1339.71-
YUV89.46173.4594.15-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 13.55%
GREEN value IS 98 (38.67% from 255) = 31.61%
BLUE value IS 170 (66.80% from 255) = 54.84%
R=13.55%
G=31.61%
B=54.84%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal42981700.750.4200.33213.7560.3841.57
Hex2A62AA4B2A021d63c2a
Octal52142252113520413267452
Binary1010101100010101010101001011101010010000111010110111100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2A62AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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