#2A66AA

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

Shades of Lochmara #2A66AA

Tints of Lochmara #2A66AA

Color information

#2A66AA (or 0x2A66AA) is unknown color: approx Lochmara. HEX triplet: 2A, 66 and AA. RGB value is (42,102,170). Sum of RGB (Red+Green+Blue) = 42+102+170=314 (41% of max value = 765). Red value is 42 (16.80% from 255 or 13.38% from 314); Green value is 102 (40.23% from 255 or 32.48% from 314); Blue value is 170 (66.80% from 255 or 54.14% from 314); Max value from RGB is 170 - color contains mainly: blue. Hex color #2A66AA is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #2A66AA is #D59955. Grayscale: #5B5B5B. Windows color (decimal): -13998422 or 11167274. OLE color: 11167274.

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

Color convert

RGB42102170-
CMYK0.750.400.33
HSL211.88º60.38%41.57%-
HSV(B)211.88º75.29%66.67%-
XYZ12.9612.939.84-
YUV91.81172.1292.47-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 13.38%
GREEN value IS 102 (40.23% from 255) = 32.48%
BLUE value IS 170 (66.80% from 255) = 54.14%
R=13.38%
G=32.48%
B=54.14%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.4
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal421021700.750.400.33211.8860.3841.57
Hex2A66AA4B28021d43c2a
Octal52146252113500413247452
Binary1010101100110101010101001011101000010000111010100111100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2A66AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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