#2C759C

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

Shades of Lochmara #2C759C

Tints of Lochmara #2C759C

Color information

#2C759C (or 0x2C759C) is unknown color: approx Lochmara. HEX triplet: 2C, 75 and 9C. RGB value is (44,117,156). Sum of RGB (Red+Green+Blue) = 44+117+156=317 (41% of max value = 765). Red value is 44 (17.58% from 255 or 13.88% from 317); Green value is 117 (46.09% from 255 or 36.91% from 317); Blue value is 156 (61.33% from 255 or 49.21% from 317); Max value from RGB is 156 - color contains mainly: blue. Hex color #2C759C is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #2C759C is #D38A63. Grayscale: #636363. Windows color (decimal): -13863524 or 10253612. OLE color: 10253612.

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

Color convert

RGB44117156-
CMYK0.720.2500.39
HSL200.89º56%39.22%-
HSV(B)200.89º71.79%61.18%-
XYZ13.415.6633.77-
YUV99.62159.8288.33-

RGB Variations

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

RGB

RED value IS 44 (17.58% from 255) = 13.88%
GREEN value IS 117 (46.09% from 255) = 36.91%
BLUE value IS 156 (61.33% from 255) = 49.21%
R=13.88%
G=36.91%
B=49.21%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal441171560.720.2500.39200.895639.22
Hex2C759C4819027c93827
Octal54165234110310473117047
Binary101100111010110011100100100011001010011111001001111000100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2C759C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(44,117,156); }

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

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

 a { background-color: rgb(44,117,156); }

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

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

 span { border-color: rgb(44,117,156); }

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