#2A64AD

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

Shades of Lochmara #2A64AD

Tints of Lochmara #2A64AD

Color information

#2A64AD (or 0x2A64AD) is unknown color: approx Lochmara. HEX triplet: 2A, 64 and AD. RGB value is (42,100,173). Sum of RGB (Red+Green+Blue) = 42+100+173=315 (41% of max value = 765). Red value is 42 (16.80% from 255 or 13.33% from 315); Green value is 100 (39.45% from 255 or 31.75% from 315); Blue value is 173 (67.97% from 255 or 54.92% from 315); Max value from RGB is 173 - color contains mainly: blue. Hex color #2A64AD is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #2A64AD is #D59B52. Grayscale: #5A5A5A. Windows color (decimal): -13998931 or 11363370. OLE color: 11363370.

HSL color Cylindrical-coordinate representation of color #2A64AD: hue angle of 213.44º degrees, saturation: 0.61, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #2A64AD is Cyan = 0.76, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB42100173-
CMYK0.760.4200.32
HSL213.44º60.93%42.16%-
HSV(B)213.44º75.72%67.84%-
XYZ13.0512.6241.28-
YUV90.98174.2893.06-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 13.33%
GREEN value IS 100 (39.45% from 255) = 31.75%
BLUE value IS 173 (67.97% from 255) = 54.92%
R=13.33%
G=31.75%
B=54.92%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal421001730.760.4200.32213.4460.9342.16
Hex2A64AD4C2A020d53d2a
Octal52144255114520403257552
Binary1010101100100101011011001100101010010000011010101111101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2A64AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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