#2A66AE

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

Shades of Lochmara #2A66AE

Tints of Lochmara #2A66AE

Color information

#2A66AE (or 0x2A66AE) is unknown color: approx Lochmara. HEX triplet: 2A, 66 and AE. RGB value is (42,102,174). Sum of RGB (Red+Green+Blue) = 42+102+174=318 (42% of max value = 765). Red value is 42 (16.80% from 255 or 13.21% from 318); Green value is 102 (40.23% from 255 or 32.08% from 318); Blue value is 174 (68.36% from 255 or 54.72% from 318); Max value from RGB is 174 - color contains mainly: blue. Hex color #2A66AE is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #2A66AE is #D59951. Grayscale: #5B5B5B. Windows color (decimal): -13998418 or 11429418. OLE color: 11429418.

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

Color convert

RGB42102174-
CMYK0.760.4100.32
HSL212.73º61.11%42.35%-
HSV(B)212.73º75.86%68.24%-
XYZ13.3513.0541.86-
YUV92.27174.1292.15-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 13.21%
GREEN value IS 102 (40.23% from 255) = 32.08%
BLUE value IS 174 (68.36% from 255) = 54.72%
R=13.21%
G=32.08%
B=54.72%

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
Decimal421021740.760.4100.32212.7361.1142.35
Hex2A66AE4C29020d53d2a
Octal52146256114510403257552
Binary1010101100110101011101001100101001010000011010101111101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2A66AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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