#3C779B

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

Shades of Lochmara #3C779B

Tints of Lochmara #3C779B

Color information

#3C779B (or 0x3C779B) is unknown color: approx Lochmara. HEX triplet: 3C, 77 and 9B. RGB value is (60,119,155). Sum of RGB (Red+Green+Blue) = 60+119+155=334 (44% of max value = 765). Red value is 60 (23.83% from 255 or 17.96% from 334); Green value is 119 (46.88% from 255 or 35.63% from 334); Blue value is 155 (60.94% from 255 or 46.41% from 334); Max value from RGB is 155 - color contains mainly: blue. Hex color #3C779B is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3C779B is #C38864. Grayscale: #696969. Windows color (decimal): -12814437 or 10188604. OLE color: 10188604.

HSL color Cylindrical-coordinate representation of color #3C779B: hue angle of 202.74º degrees, saturation: 0.44, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #3C779B is Cyan = 0.61, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB60119155-
CMYK0.610.2300.39
HSL202.74º44.19%42.16%-
HSV(B)202.74º61.29%60.78%-
XYZ14.3816.5233.44-
YUV105.46155.9595.57-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 17.96%
GREEN value IS 119 (46.88% from 255) = 35.63%
BLUE value IS 155 (60.94% from 255) = 46.41%
R=17.96%
G=35.63%
B=46.41%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal601191550.610.2300.39202.7444.1942.16
Hex3C779B3D17027cb2c2a
Octal7416723375270473135452
Binary11110011101111001101111110110111010011111001011101100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3C779B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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