#2A65AD

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

Shades of Lochmara #2A65AD

Tints of Lochmara #2A65AD

Color information

#2A65AD (or 0x2A65AD) is unknown color: approx Lochmara. HEX triplet: 2A, 65 and AD. RGB value is (42,101,173). Sum of RGB (Red+Green+Blue) = 42+101+173=316 (41% of max value = 765). Red value is 42 (16.80% from 255 or 13.29% from 316); Green value is 101 (39.84% from 255 or 31.96% from 316); Blue value is 173 (67.97% from 255 or 54.75% from 316); Max value from RGB is 173 - color contains mainly: blue. Hex color #2A65AD is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #2A65AD is #D59A52. Grayscale: #5B5B5B. Windows color (decimal): -13998675 or 11363626. OLE color: 11363626.

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

Color convert

RGB42101173-
CMYK0.760.4200.32
HSL212.98º60.93%42.16%-
HSV(B)212.98º75.72%67.84%-
XYZ13.1512.8241.32-
YUV91.57173.9592.65-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 13.29%
GREEN value IS 101 (39.84% from 255) = 31.96%
BLUE value IS 173 (67.97% from 255) = 54.75%
R=13.29%
G=31.96%
B=54.75%

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
Decimal421011730.760.4200.32212.9860.9342.16
Hex2A65AD4C2A020d53d2a
Octal52145255114520403257552
Binary1010101100101101011011001100101010010000011010101111101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2A65AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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