#2C7C9D

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

Shades of Lochmara #2C7C9D

Tints of Lochmara #2C7C9D

Color information

#2C7C9D (or 0x2C7C9D) is unknown color: approx Lochmara. HEX triplet: 2C, 7C and 9D. RGB value is (44,124,157). Sum of RGB (Red+Green+Blue) = 44+124+157=325 (43% of max value = 765). Red value is 44 (17.58% from 255 or 13.54% from 325); Green value is 124 (48.83% from 255 or 38.15% from 325); Blue value is 157 (61.72% from 255 or 48.31% from 325); Max value from RGB is 157 - color contains mainly: blue. Hex color #2C7C9D is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #2C7C9D is #D38362. Grayscale: #676767. Windows color (decimal): -13861731 or 10320940. OLE color: 10320940.

HSL color Cylindrical-coordinate representation of color #2C7C9D: hue angle of 197.52º degrees, saturation: 0.56, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #2C7C9D is Cyan = 0.72, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB44124157-
CMYK0.720.2100.38
HSL197.52º56.22%39.41%-
HSV(B)197.52º71.97%61.57%-
XYZ14.3317.3934.5-
YUV103.8415885.32-

RGB Variations

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

RGB

RED value IS 44 (17.58% from 255) = 13.54%
GREEN value IS 124 (48.83% from 255) = 38.15%
BLUE value IS 157 (61.72% from 255) = 48.31%
R=13.54%
G=38.15%
B=48.31%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal441241570.720.2100.38197.5256.2239.41
Hex2C7C9D4815026c63827
Octal54174235110250463067047
Binary101100111110010011101100100010101010011011000110111000100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2C7C9D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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