#2A64AA

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

Shades of Lochmara #2A64AA

Tints of Lochmara #2A64AA

Color information

#2A64AA (or 0x2A64AA) is unknown color: approx Lochmara. HEX triplet: 2A, 64 and AA. RGB value is (42,100,170). Sum of RGB (Red+Green+Blue) = 42+100+170=312 (41% of max value = 765). Red value is 42 (16.80% from 255 or 13.46% from 312); Green value is 100 (39.45% from 255 or 32.05% from 312); Blue value is 170 (66.80% from 255 or 54.49% from 312); Max value from RGB is 170 - color contains mainly: blue. Hex color #2A64AA is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #2A64AA is #D59B55. Grayscale: #5A5A5A. Windows color (decimal): -13998934 or 11166762. OLE color: 11166762.

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

Color convert

RGB42100170-
CMYK0.750.4100.33
HSL212.81º60.38%41.57%-
HSV(B)212.81º75.29%66.67%-
XYZ12.7712.5139.77-
YUV90.64172.7893.31-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 13.46%
GREEN value IS 100 (39.45% from 255) = 32.05%
BLUE value IS 170 (66.80% from 255) = 54.49%
R=13.46%
G=32.05%
B=54.49%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal421001700.750.4100.33212.8160.3841.57
Hex2A64AA4B29021d53c2a
Octal52144252113510413257452
Binary1010101100100101010101001011101001010000111010101111100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2A64AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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