#2A6699

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

Shades of Lochmara #2A6699

Tints of Lochmara #2A6699

Color information

#2A6699 (or 0x2A6699) is unknown color: approx Lochmara. HEX triplet: 2A, 66 and 99. RGB value is (42,102,153). Sum of RGB (Red+Green+Blue) = 42+102+153=297 (39% of max value = 765). Red value is 42 (16.80% from 255 or 14.14% from 297); Green value is 102 (40.23% from 255 or 34.34% from 297); Blue value is 153 (60.16% from 255 or 51.52% from 297); Max value from RGB is 153 - color contains mainly: blue. Hex color #2A6699 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #2A6699 is #D59966. Grayscale: #595959. Windows color (decimal): -13998439 or 10053162. OLE color: 10053162.

HSL color Cylindrical-coordinate representation of color #2A6699: hue angle of 207.57º degrees, saturation: 0.57, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #2A6699 is Cyan = 0.73, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB42102153-
CMYK0.730.3300.4
HSL207.57º56.92%38.24%-
HSV(B)207.57º72.55%60%-
XYZ11.4612.2931.91-
YUV89.87163.6293.85-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 14.14%
GREEN value IS 102 (40.23% from 255) = 34.34%
BLUE value IS 153 (60.16% from 255) = 51.52%
R=14.14%
G=34.34%
B=51.52%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal421021530.730.3300.4207.5756.9238.24
Hex2A66994921028d03926
Octal52146231111410503207146
Binary1010101100110100110011001001100001010100011010000111001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2A6699

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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