#2A66AF

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

Shades of Lochmara #2A66AF

Tints of Lochmara #2A66AF

Color information

#2A66AF (or 0x2A66AF) is unknown color: approx Lochmara. HEX triplet: 2A, 66 and AF. RGB value is (42,102,175). Sum of RGB (Red+Green+Blue) = 42+102+175=319 (42% of max value = 765). Red value is 42 (16.80% from 255 or 13.17% from 319); Green value is 102 (40.23% from 255 or 31.97% from 319); Blue value is 175 (68.75% from 255 or 54.86% from 319); Max value from RGB is 175 - color contains mainly: blue. Hex color #2A66AF is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #2A66AF is #D59950. Grayscale: #5C5C5C. Windows color (decimal): -13998417 or 11494954. OLE color: 11494954.

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

Color convert

RGB42102175-
CMYK0.760.4200.31
HSL212.93º61.29%42.55%-
HSV(B)212.93º76%68.63%-
XYZ13.4413.0942.38-
YUV92.38174.6292.06-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 13.17%
GREEN value IS 102 (40.23% from 255) = 31.97%
BLUE value IS 175 (68.75% from 255) = 54.86%
R=13.17%
G=31.97%
B=54.86%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal421021750.760.4200.31212.9361.2942.55
Hex2A66AF4C2A01Fd53d2b
Octal52146257114520373257553
Binary101010110011010101111100110010101001111111010101111101101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2A66AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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