#2C7CA2

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

Shades of Lochmara #2C7CA2

Tints of Lochmara #2C7CA2

Color information

#2C7CA2 (or 0x2C7CA2) is unknown color: approx Lochmara. HEX triplet: 2C, 7C and A2. RGB value is (44,124,162). Sum of RGB (Red+Green+Blue) = 44+124+162=330 (43% of max value = 765). Red value is 44 (17.58% from 255 or 13.33% from 330); Green value is 124 (48.83% from 255 or 37.58% from 330); Blue value is 162 (63.67% from 255 or 49.09% from 330); Max value from RGB is 162 - color contains mainly: blue. Hex color #2C7CA2 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #2C7CA2 is #D3835D. Grayscale: #686868. Windows color (decimal): -13861726 or 10648620. OLE color: 10648620.

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

Color convert

RGB44124162-
CMYK0.730.2300.36
HSL199.32º57.28%40.39%-
HSV(B)199.32º72.84%63.53%-
XYZ14.7717.5636.79-
YUV104.41160.584.91-

RGB Variations

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

RGB

RED value IS 44 (17.58% from 255) = 13.33%
GREEN value IS 124 (48.83% from 255) = 37.58%
BLUE value IS 162 (63.67% from 255) = 49.09%
R=13.33%
G=37.58%
B=49.09%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal441241620.730.2300.36199.3257.2840.39
Hex2C7CA24917024c73928
Octal54174242111270443077150
Binary101100111110010100010100100110111010010011000111111001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2C7CA2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(44,124,162); }

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

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

 a { background-color: rgb(44,124,162); }

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

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

 span { border-color: rgb(44,124,162); }

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