#2C6AAA

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

Shades of Lochmara #2C6AAA

Tints of Lochmara #2C6AAA

Color information

#2C6AAA (or 0x2C6AAA) is unknown color: approx Lochmara. HEX triplet: 2C, 6A and AA. RGB value is (44,106,170). Sum of RGB (Red+Green+Blue) = 44+106+170=320 (42% of max value = 765). Red value is 44 (17.58% from 255 or 13.75% from 320); Green value is 106 (41.80% from 255 or 33.12% from 320); Blue value is 170 (66.80% from 255 or 53.12% from 320); Max value from RGB is 170 - color contains mainly: blue. Hex color #2C6AAA is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #2C6AAA is #D39555. Grayscale: #5E5E5E. Windows color (decimal): -13866326 or 11168300. OLE color: 11168300.

HSL color Cylindrical-coordinate representation of color #2C6AAA: hue angle of 210.48º degrees, saturation: 0.59, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #2C6AAA is Cyan = 0.74, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB44106170-
CMYK0.740.3800.33
HSL210.48º58.88%41.96%-
HSV(B)210.48º74.12%66.67%-
XYZ13.4513.7539.97-
YUV94.76170.4691.8-

RGB Variations

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

RGB

RED value IS 44 (17.58% from 255) = 13.75%
GREEN value IS 106 (41.80% from 255) = 33.12%
BLUE value IS 170 (66.80% from 255) = 53.12%
R=13.75%
G=33.12%
B=53.12%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal441061700.740.3800.33210.4858.8841.96
Hex2C6AAA4A26021d23b2a
Octal54152252112460413227352
Binary1011001101010101010101001010100110010000111010010111011101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2C6AAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(44,106,170); }

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

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

 a { background-color: rgb(44,106,170); }

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

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

 span { border-color: rgb(44,106,170); }

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