#2A699A

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

Shades of Lochmara #2A699A

Tints of Lochmara #2A699A

Color information

#2A699A (or 0x2A699A) is unknown color: approx Lochmara. HEX triplet: 2A, 69 and 9A. RGB value is (42,105,154). Sum of RGB (Red+Green+Blue) = 42+105+154=301 (39% of max value = 765). Red value is 42 (16.80% from 255 or 13.95% from 301); Green value is 105 (41.41% from 255 or 34.88% from 301); Blue value is 154 (60.55% from 255 or 51.16% from 301); Max value from RGB is 154 - color contains mainly: blue. Hex color #2A699A is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #2A699A is #D59665. Grayscale: #5B5B5B. Windows color (decimal): -13997670 or 10119466. OLE color: 10119466.

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

Color convert

RGB42105154-
CMYK0.730.3200.40
HSL206.25º57.14%38.43%-
HSV(B)206.25º72.73%60.39%-
XYZ11.8412.9332.44-
YUV91.75163.1392.52-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 13.95%
GREEN value IS 105 (41.41% from 255) = 34.88%
BLUE value IS 154 (60.55% from 255) = 51.16%
R=13.95%
G=34.88%
B=51.16%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal421051540.730.3200.40206.2557.1438.43
Hex2A699A4920028ce3926
Octal52151232111400503167146
Binary1010101101001100110101001001100000010100011001110111001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2A699A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(42,105,154); }

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

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

 a { background-color: rgb(42,105,154); }

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

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

 span { border-color: rgb(42,105,154); }

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