#3c779e

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

Shades of Lochmara #3C779E

Tints of Lochmara #3C779E

Color information

#3C779E (or 0x3C779E) is unknown color: approx Lochmara. HEX triplet: 3C, 77 and 9E. RGB value is (60,119,158). Sum of RGB (Red+Green+Blue) = 60+119+158=337 (44% of max value = 765). Red value is 60 (23.83% from 255 or 17.80% from 337); Green value is 119 (46.88% from 255 or 35.31% from 337); Blue value is 158 (62.11% from 255 or 46.88% from 337); Max value from RGB is 158 - color contains mainly: blue. Hex color #3C779E is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3C779E is #C38861. Grayscale: #696969. Windows color (decimal): -12814434 or 10385212. OLE color: 10385212.

HSL color Cylindrical-coordinate representation of color #3C779E: hue angle of 203.88º degrees, saturation: 0.45, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #3C779E is Cyan = 0.62, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB60119158-
CMYK0.620.2500.38
HSL203.88º44.95%42.75%-
HSV(B)203.88º62.03%61.96%-
XYZ14.6316.6234.79-
YUV105.8157.4595.33-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 17.80%
GREEN value IS 119 (46.88% from 255) = 35.31%
BLUE value IS 158 (62.11% from 255) = 46.88%
R=17.80%
G=35.31%
B=46.88%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal601191580.620.2500.38203.8844.9542.75
Hex3C779E3E19026cc2d2b
Octal7416723676310463145553
Binary11110011101111001111011111011001010011011001100101101101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3c779e

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3c779e; }

 p { color: rgb(60,119,158); }

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

<style>
 a { background-color: #3c779e; }

 a { background-color: rgb(60,119,158); }

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

<style>
 span { border-color: #3c779e; }

 span { border-color: rgb(60,119,158); }

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