#2C6CA1

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

Shades of Lochmara #2C6CA1

Tints of Lochmara #2C6CA1

Color information

#2C6CA1 (or 0x2C6CA1) is unknown color: approx Lochmara. HEX triplet: 2C, 6C and A1. RGB value is (44,108,161). Sum of RGB (Red+Green+Blue) = 44+108+161=313 (41% of max value = 765). Red value is 44 (17.58% from 255 or 14.06% from 313); Green value is 108 (42.58% from 255 or 34.50% from 313); Blue value is 161 (63.28% from 255 or 51.44% from 313); Max value from RGB is 161 - color contains mainly: blue. Hex color #2C6CA1 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #2C6CA1 is #D3935E. Grayscale: #5E5E5E. Windows color (decimal): -13865823 or 10578988. OLE color: 10578988.

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

Color convert

RGB44108161-
CMYK0.730.3300.37
HSL207.18º57.07%40.2%-
HSV(B)207.18º72.67%63.14%-
XYZ12.8313.8335.71-
YUV94.91165.391.69-

RGB Variations

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

RGB

RED value IS 44 (17.58% from 255) = 14.06%
GREEN value IS 108 (42.58% from 255) = 34.50%
BLUE value IS 161 (63.28% from 255) = 51.44%
R=14.06%
G=34.50%
B=51.44%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal441081610.730.3300.37207.1857.0740.2
Hex2C6CA14921025cf3928
Octal54154241111410453177150
Binary1011001101100101000011001001100001010010111001111111001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2C6CA1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(44,108,161); }

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

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

 a { background-color: rgb(44,108,161); }

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

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

 span { border-color: rgb(44,108,161); }

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