#2A6899

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

Shades of Lochmara #2A6899

Tints of Lochmara #2A6899

Color information

#2A6899 (or 0x2A6899) is unknown color: approx Lochmara. HEX triplet: 2A, 68 and 99. RGB value is (42,104,153). Sum of RGB (Red+Green+Blue) = 42+104+153=299 (39% of max value = 765). Red value is 42 (16.80% from 255 or 14.05% from 299); Green value is 104 (41.02% from 255 or 34.78% from 299); Blue value is 153 (60.16% from 255 or 51.17% from 299); Max value from RGB is 153 - color contains mainly: blue. Hex color #2A6899 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #2A6899 is #D59766. Grayscale: #5A5A5A. Windows color (decimal): -13997927 or 10053674. OLE color: 10053674.

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

Color convert

RGB42104153-
CMYK0.730.3200.4
HSL206.49º56.92%38.24%-
HSV(B)206.49º72.55%60%-
XYZ11.6512.6931.97-
YUV91.05162.9693.02-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 14.05%
GREEN value IS 104 (41.02% from 255) = 34.78%
BLUE value IS 153 (60.16% from 255) = 51.17%
R=14.05%
G=34.78%
B=51.17%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal421041530.730.3200.4206.4956.9238.24
Hex2A68994920028ce3926
Octal52150231111400503167146
Binary1010101101000100110011001001100000010100011001110111001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2A6899

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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