#2A66AD

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

Shades of Lochmara #2A66AD

Tints of Lochmara #2A66AD

Color information

#2A66AD (or 0x2A66AD) is unknown color: approx Lochmara. HEX triplet: 2A, 66 and AD. RGB value is (42,102,173). Sum of RGB (Red+Green+Blue) = 42+102+173=317 (41% of max value = 765). Red value is 42 (16.80% from 255 or 13.25% from 317); Green value is 102 (40.23% from 255 or 32.18% from 317); Blue value is 173 (67.97% from 255 or 54.57% from 317); Max value from RGB is 173 - color contains mainly: blue. Hex color #2A66AD is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #2A66AD is #D59952. Grayscale: #5B5B5B. Windows color (decimal): -13998419 or 11363882. OLE color: 11363882.

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

Color convert

RGB42102173-
CMYK0.760.4100.32
HSL212.52º60.93%42.16%-
HSV(B)212.52º75.72%67.84%-
XYZ13.2513.0141.35-
YUV92.15173.6292.23-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 13.25%
GREEN value IS 102 (40.23% from 255) = 32.18%
BLUE value IS 173 (67.97% from 255) = 54.57%
R=13.25%
G=32.18%
B=54.57%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal421021730.760.4100.32212.5260.9342.16
Hex2A66AD4C29020d53d2a
Octal52146255114510403257552
Binary1010101100110101011011001100101001010000011010101111101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2A66AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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